| Index: core/dom/shadow/ShadowRoot.idl
|
| diff --git a/core/dom/shadow/ShadowRoot.idl b/core/dom/shadow/ShadowRoot.idl
|
| index 105c0081307a6294ec27edc9095b78d320264c0a..fd06913f8d23d31d258cab86d9b511c5e9d23aac 100644
|
| --- a/core/dom/shadow/ShadowRoot.idl
|
| +++ b/core/dom/shadow/ShadowRoot.idl
|
| @@ -30,9 +30,9 @@
|
| readonly attribute Element activeElement;
|
| attribute boolean applyAuthorStyles;
|
| attribute boolean resetStyleInheritance;
|
| - [EnabledAtRuntime=ShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
| + [RuntimeEnabled=ShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
|
|
| - [TreatNullAs=NullString, CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
| + [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
|
|
| [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
|
| Selection getSelection();
|
| @@ -44,4 +44,7 @@
|
|
|
| Element elementFromPoint([Default=Undefined] optional long x,
|
| [Default=Undefined] optional long y);
|
| +
|
| + [RuntimeEnabled=ShadowDOM] readonly attribute StyleSheetList styleSheets;
|
| + [RuntimeEnabled=ShadowDOM] readonly attribute Element host;
|
| };
|
|
|