diff options
Diffstat (limited to 'components/script/dom/intersectionobserver.rs')
-rw-r--r-- | components/script/dom/intersectionobserver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/intersectionobserver.rs b/components/script/dom/intersectionobserver.rs index 7b926e4909a..e6d2033e808 100644 --- a/components/script/dom/intersectionobserver.rs +++ b/components/script/dom/intersectionobserver.rs @@ -59,7 +59,7 @@ impl IntersectionObserver { } } -impl IntersectionObserverMethods for IntersectionObserver { +impl IntersectionObserverMethods<crate::DomTypeHolder> for IntersectionObserver { /// > The root provided to the IntersectionObserver constructor, or null if none was provided. /// /// <https://w3c.github.io/IntersectionObserver/#dom-intersectionobserver-root> |