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 4c63ae8c43b90e033b0ec3c8edf841ece5c8b993..9fffbfcf3da3bdad0ae57863473c55bf61c05041 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObserver.idl |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.idl |
@@ -12,7 +12,6 @@ callback IntersectionObserverCallback = void (sequence<IntersectionObserverEntry |
[ |
CustomConstructor(IntersectionObserverCallback callback, IntersectionObserverInit options), |
Custom=VisitDOMWrapper, |
- GarbageCollected, |
RuntimeEnabled=IntersectionObserver, |
] interface IntersectionObserver { |
void observe(Element target); |