Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLModElement.idl
index c066b68..2539f8e 100644 (file)
@@ -18,6 +18,6 @@
  */
 
 interface HTMLModElement : HTMLElement {
-    [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString cite;
+    [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString cite;
     [Reflect] attribute DOMString dateTime;
 };