diff options
Diffstat (limited to 'components/script/dom/location.rs')
-rw-r--r-- | components/script/dom/location.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/location.rs b/components/script/dom/location.rs index d8a2e1081ee..d83e8549bfe 100644 --- a/components/script/dom/location.rs +++ b/components/script/dom/location.rs @@ -262,7 +262,7 @@ impl Location { } } -impl LocationMethods for Location { +impl LocationMethods<crate::DomTypeHolder> for Location { // https://html.spec.whatwg.org/multipage/#dom-location-assign fn Assign(&self, url: USVString, can_gc: CanGc) -> ErrorResult { self.setter_common( |