| Index: Source/core/html/HTMLObjectElement.idl
|
| diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl
|
| index 80b839ed2caebce34cbb316b3508261c544e4315..0c0d7f3c0dd2b567d4cff93bd2ef90a4cd29350f 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, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString data;
|
| + [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString data;
|
| [Reflect] attribute boolean declare;
|
| [Reflect] attribute DOMString height;
|
| [Reflect] attribute long hspace;
|
|
|