| Index: Source/core/html/HTMLModElement.idl
|
| diff --git a/Source/core/html/HTMLModElement.idl b/Source/core/html/HTMLModElement.idl
|
| index 9b749b2898b4c31907941397018b8745dc39a061..3c9bf9f97922121b83784561a8efc7e1668d2324 100644
|
| --- a/Source/core/html/HTMLModElement.idl
|
| +++ b/Source/core/html/HTMLModElement.idl
|
| @@ -18,6 +18,6 @@
|
| */
|
|
|
| interface HTMLModElement : HTMLElement {
|
| - [Reflect, URL] attribute DOMString cite;
|
| + [Reflect, URL, LogActivity=SetterOnly] attribute DOMString cite;
|
| [Reflect] attribute DOMString dateTime;
|
| };
|
|
|