aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationobserver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/mutationobserver.rs')
-rw-r--r--components/script/dom/mutationobserver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mutationobserver.rs b/components/script/dom/mutationobserver.rs
index 6320c0497d2..111fc00f795 100644
--- a/components/script/dom/mutationobserver.rs
+++ b/components/script/dom/mutationobserver.rs
@@ -79,6 +79,7 @@ impl MutationObserver {
}
}
+ #[allow(non_snake_case)]
pub fn Constructor(
global: &Window,
callback: Rc<MutationCallback>,