Index: third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl b/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
index 130e0ca5ffd047c56daae8dce7d81c7b708355a2..ef0de4ab51136cad3a086dea91321d5e64ccb8f6 100644 |
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl |
@@ -4,9 +4,7 @@ |
// https://wicg.github.io/IntersectionObserver/#intersection-observer-init |
-[ |
- RuntimeEnabled=IntersectionObserver |
-] dictionary IntersectionObserverInit { |
+dictionary IntersectionObserverInit { |
Element? root = null; |
DOMString rootMargin = "0px"; |
(double or sequence<double>) threshold = 0; |