Index: Source/core/html/HTMLSourceElement.idl |
diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl |
index 3966d19ec2cd28352bc86e961c3171fb6b250b7c..efb72314d837cd01c6a4e000e47d706418435baf 100644 |
--- a/Source/core/html/HTMLSourceElement.idl |
+++ b/Source/core/html/HTMLSourceElement.idl |
@@ -26,7 +26,7 @@ |
[ |
RuntimeEnabled=Media |
] interface HTMLSourceElement : HTMLElement { |
- [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; |
+ [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString src; |
attribute DOMString type; |
[Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |