diff options
Diffstat (limited to 'components/style/restyle_hints.rs')
-rw-r--r-- | components/style/restyle_hints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/restyle_hints.rs b/components/style/restyle_hints.rs index e0688567550..a876dbf54cc 100644 --- a/components/style/restyle_hints.rs +++ b/components/style/restyle_hints.rs @@ -220,7 +220,7 @@ impl<'a, E> Element for ElementWrapper<'a, E> self.element.get_local_name() } - fn get_namespace(&self) -> &<Self::Impl as SelectorImpl>::BorrowedNamespace { + fn get_namespace(&self) -> &<Self::Impl as SelectorImpl>::BorrowedNamespaceUrl { self.element.get_namespace() } |