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