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