Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLQuoteElement.idl
index db0ab9d..c53a1a2 100644 (file)
@@ -18,5 +18,5 @@
  */
 
 interface HTMLQuoteElement : HTMLElement {
-    [Reflect, URL, LogActivity=SetterOnly] attribute DOMString cite;
+    [Reflect, URL] attribute DOMString cite;
 };