| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| index d61503b7b6abf9c0513106a2cb4741b2834c281e..1b31daea8183a749d7ab4a8997b4bc7931d6099c 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl
|
| @@ -10,9 +10,9 @@
|
|
|
| [
|
| CustomConstructor(IntersectionObserverCallback callback, optional IntersectionObserverInit options),
|
| - Custom=VisitDOMWrapper,
|
| MeasureAs=IntersectionObserver_Constructor,
|
| RuntimeEnabled=IntersectionObserver,
|
| + DependentLifetime,
|
| ] interface IntersectionObserver {
|
| readonly attribute Element? root;
|
| readonly attribute DOMString rootMargin;
|
|
|