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

Unified Diff: Source/core/dom/shadow/ShadowRoot.idl

Issue 206033004: Unguard Shadow DOM features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 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 | « Source/core/dom/Text.idl ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/shadow/ShadowRoot.idl
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
index ececba5087f8628ae4d1522980dfa806b2fe7040..6e0b88c82676f68a4f4cef269791633cc19a8736 100644
--- a/Source/core/dom/shadow/ShadowRoot.idl
+++ b/Source/core/dom/shadow/ShadowRoot.idl
@@ -29,7 +29,7 @@
] interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
[DeprecateAs=ShadowRootApplyAuthorStyles] attribute boolean applyAuthorStyles;
- [RuntimeEnabled=ShadowDOM, ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot;
+ [ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot;
[TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, RaisesException=Setter] attribute DOMString innerHTML;
@@ -44,6 +44,6 @@
Element elementFromPoint([Default=Undefined] optional long x,
[Default=Undefined] optional long y);
- [RuntimeEnabled=ShadowDOM] readonly attribute StyleSheetList styleSheets;
- [RuntimeEnabled=ShadowDOM] readonly attribute Element host;
+ readonly attribute StyleSheetList styleSheets;
+ readonly attribute Element host;
};
« no previous file with comments | « Source/core/dom/Text.idl ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698