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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl

Issue 2522793002: Remove ShadowDOMV1 runtime flag (status=stable) (Closed)
Patch Set: rebased Created 4 years, 1 month 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/shadow/ShadowRootInit.idl
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl
index 9bccde35cad8bd5ee7acfdae05b67149830963a6..6bba7b9435cb5b370d4727714e35827c0b6a948f 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl
@@ -8,5 +8,5 @@ enum ShadowRootMode { "open", "closed" };
dictionary ShadowRootInit {
required ShadowRootMode mode;
- [RuntimeEnabled=ShadowDOMV1] boolean delegatesFocus;
+ boolean delegatesFocus;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl ('k') | third_party/WebKit/Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698