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