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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
index d9ffd6621abc9a48df50fea39b84867bd635231f..e8cdb01d6abf9d06b0c6cf87f8a4d028f084db73 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
@@ -30,7 +30,7 @@ interface ShadowRoot : DocumentFragment {
readonly attribute Element host;
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
[TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
- [RuntimeEnabled=ShadowRootDelegatesFocus] readonly attribute boolean delegatesFocus;
+ [RuntimeEnabled=ShadowDOMV1] readonly attribute boolean delegatesFocus;
// TODO(philipj): The spec does not override cloneNode() on the ShadowRoot
// interface. Here, it's used to implement "Invoking the cloneNode() method
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698