| Index: Source/core/html/HTMLTrackElement.idl
|
| diff --git a/Source/core/html/HTMLTrackElement.idl b/Source/core/html/HTMLTrackElement.idl
|
| index d15c8c42df32e86f85efae0ac988ee7d59bbcad4..4127db64b609a4930cba0908102a17d0e94ea24b 100644
|
| --- a/Source/core/html/HTMLTrackElement.idl
|
| +++ b/Source/core/html/HTMLTrackElement.idl
|
| @@ -27,7 +27,7 @@
|
| RuntimeEnabled=VideoTrack
|
| ] interface HTMLTrackElement : HTMLElement {
|
| attribute DOMString kind;
|
| - [Reflect, URL] attribute DOMString src;
|
| + [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| attribute DOMString srclang;
|
| attribute DOMString label;
|
| [Reflect] attribute boolean default;
|
|
|