Index: Source/core/dom/shadow/ShadowRoot.idl |
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl |
index 24bc69b15f1257da16c420ce83c0a5a977b5070d..e7117410c93e86d9864de96de4ba37c9e466dd38 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.idl |
+++ b/Source/core/dom/shadow/ShadowRoot.idl |
@@ -29,7 +29,7 @@ interface ShadowRoot : DocumentFragment { |
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot; |
- [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, RaisesException=Setter] attribute DOMString innerHTML; |
+ [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, LogActivity=SetterOnly, RaisesException=Setter] attribute DOMString innerHTML; |
[RaisesException] Node cloneNode([Default=Undefined] optional boolean deep); |
Selection getSelection(); |