Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTrackElement.idl
index 7ad3e60..16f4cc6 100644 (file)
@@ -25,7 +25,7 @@
 
 interface HTMLTrackElement : HTMLElement {
     attribute DOMString kind;
-    [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
+    [Reflect, URL] attribute DOMString src;
     [Reflect] attribute DOMString srclang;
     [Reflect] attribute DOMString label;
     [Reflect] attribute boolean default;