aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/restyle_hints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/restyle_hints.rs')
-rw-r--r--components/style/restyle_hints.rs2
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()
}