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