aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servohtmlparser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/servohtmlparser.rs')
-rw-r--r--components/script/dom/servohtmlparser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/servohtmlparser.rs b/components/script/dom/servohtmlparser.rs
index 5dbd3c9b9ea..20de9c6b6b5 100644
--- a/components/script/dom/servohtmlparser.rs
+++ b/components/script/dom/servohtmlparser.rs
@@ -72,7 +72,7 @@ impl ServoHTMLParser {
tokenizer: DOMRefCell::new(tok),
};
- reflect_dom_object(box parser, &global::Window(*window), ServoHTMLParserBinding::Wrap)
+ reflect_dom_object(box parser, global::Window(*window), ServoHTMLParserBinding::Wrap)
}
#[inline]