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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.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/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 ded2cf3c1a839f48f506f0121d23a0ad03ab70e9..fd0affcca3489707348b734f22660aa335508a20 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
+++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
@@ -27,11 +27,11 @@
// https://w3c.github.io/webcomponents/spec/shadow/#the-shadowroot-interface
interface ShadowRoot : DocumentFragment {
- [RuntimeEnabled=ShadowDOMV1]readonly attribute ShadowRootMode mode;
+ readonly attribute ShadowRootMode mode;
readonly attribute Element host;
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
[TreatNullAs=NullString, CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
- [RuntimeEnabled=ShadowDOMV1] readonly attribute boolean delegatesFocus;
+ readonly attribute boolean delegatesFocus;
// TODO(foolip): 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 | « third_party/WebKit/Source/core/dom/Text.idl ('k') | third_party/WebKit/Source/core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698