| Index: core/dom/shadow/ShadowRoot.idl
|
| diff --git a/core/dom/shadow/ShadowRoot.idl b/core/dom/shadow/ShadowRoot.idl
|
| index 39488dff4e8bc75e7db00825b4b3452e95ca8fcd..6a6e07ed49b7c127150257228c044fdccc3fdf45 100644
|
| --- a/core/dom/shadow/ShadowRoot.idl
|
| +++ b/core/dom/shadow/ShadowRoot.idl
|
| @@ -30,6 +30,7 @@
|
| readonly attribute Element activeElement;
|
| attribute boolean applyAuthorStyles;
|
| attribute boolean resetStyleInheritance;
|
| + [EnabledAtRuntime=experimentalShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
|
|
| [TreatNullAs=NullString, DeliverCustomElementCallbacks, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
|
|
|
|