diff options
Diffstat (limited to 'src/components/script/dom/domparser.rs')
-rw-r--r-- | src/components/script/dom/domparser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/domparser.rs b/src/components/script/dom/domparser.rs index 7fc874d05d1..e9bc170b6cb 100644 --- a/src/components/script/dom/domparser.rs +++ b/src/components/script/dom/domparser.rs @@ -33,7 +33,7 @@ impl DOMParser { } pub fn ParseFromString(&self, - _s: &DOMString, + _s: DOMString, ty: DOMParserBinding::SupportedType) -> Fallible<AbstractDocument> { match ty { |