Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/v8_dictionary.py ('k') | third_party/WebKit/Source/core/events/InputEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698