Index: Source/core/html/HTMLIFrameElement.idl |
diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl |
index e8e32c826f4136258392f3ed56865c2c445ef096..90c3a7a77f9ff6b5e6507c2e386b21f5844d282e 100644 |
--- a/Source/core/html/HTMLIFrameElement.idl |
+++ b/Source/core/html/HTMLIFrameElement.idl |
@@ -28,7 +28,7 @@ interface HTMLIFrameElement : HTMLElement { |
[Reflect] attribute DOMString name; |
[Reflect, TreatNullAs=NullString] attribute DOMString sandbox; |
[Reflect] attribute DOMString scrolling; |
- [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString src; |
+ [Reflect, URL, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString src; |
[Reflect] attribute DOMString srcdoc; |
[Reflect] attribute DOMString width; |