| Index: core/dom/shadow/ShadowRoot.idl
|
| diff --git a/core/dom/shadow/ShadowRoot.idl b/core/dom/shadow/ShadowRoot.idl
|
| index b659c7cd35ed77e67c46771d15266893cfdc92b9..105c0081307a6294ec27edc9095b78d320264c0a 100644
|
| --- a/core/dom/shadow/ShadowRoot.idl
|
| +++ b/core/dom/shadow/ShadowRoot.idl
|
| @@ -32,7 +32,7 @@
|
| attribute boolean resetStyleInheritance;
|
| [EnabledAtRuntime=ShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
|
|
| - [TreatNullAs=NullString, DeliverCustomElementCallbacks, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
| + [TreatNullAs=NullString, CustomElementCallbacks=Enable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds, SetterRaisesException] attribute DOMString innerHTML;
|
|
|
| [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
|
| Selection getSelection();
|
|
|