Index: core/html/HTMLSourceElement.idl |
diff --git a/core/html/HTMLSourceElement.idl b/core/html/HTMLSourceElement.idl |
index 45f76b93977f615ab580d7cf02609befdf1dad82..75cebb1282faeb914cbdd9ccdf907e79e92760a1 100644 |
--- a/core/html/HTMLSourceElement.idl |
+++ b/core/html/HTMLSourceElement.idl |
@@ -26,7 +26,7 @@ |
[ |
RuntimeEnabled=Media |
] interface HTMLSourceElement : HTMLElement { |
- [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src; |
+ [Reflect, URL] attribute DOMString src; |
attribute DOMString type; |
[Reflect, RuntimeEnabled=Picture] attribute DOMString srcset; |