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

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

Issue 1848523003: Consolidate ShadowRootDelegatesFocus experimental flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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 69321e76d2911f8635b7a07151e3d6afcedc6a6b..9bccde35cad8bd5ee7acfdae05b67149830963a6 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=ShadowRootDelegatesFocus] boolean delegatesFocus;
+ [RuntimeEnabled=ShadowDOMV1] boolean delegatesFocus;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698