aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/intersectionobserverentry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/intersectionobserverentry.rs')
-rw-r--r--components/script/dom/intersectionobserverentry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/intersectionobserverentry.rs b/components/script/dom/intersectionobserverentry.rs
index 08048c779fd..f612902a2be 100644
--- a/components/script/dom/intersectionobserverentry.rs
+++ b/components/script/dom/intersectionobserverentry.rs
@@ -44,7 +44,7 @@ impl IntersectionObserverEntry {
}
}
-impl IntersectionObserverEntryMethods for IntersectionObserverEntry {
+impl IntersectionObserverEntryMethods<crate::DomTypeHolder> for IntersectionObserverEntry {
/// > The attribute must return a DOMHighResTimeStamp that corresponds to the time the
/// > intersection was recorded, relative to the time origin of the global object
/// > associated with the IntersectionObserver instance that generated the notification.