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