Index: Source/core/html/HTMLObjectElement.idl |
diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl |
index 0c0d7f3c0dd2b567d4cff93bd2ef90a4cd29350f..b6c7ccee7c2390b4b9fe25855dbb584909dce706 100644 |
--- a/Source/core/html/HTMLObjectElement.idl |
+++ b/Source/core/html/HTMLObjectElement.idl |
@@ -28,7 +28,7 @@ |
[Reflect, TreatNullAs=NullString] attribute DOMString border; |
[Reflect, URL] attribute DOMString codeBase; |
[Reflect] attribute DOMString codeType; |
- [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString data; |
+ [Reflect, URL, LogActivity=SetterOnly] attribute DOMString data; |
[Reflect] attribute boolean declare; |
[Reflect] attribute DOMString height; |
[Reflect] attribute long hspace; |