| Index: core/html/HTMLSourceElement.idl
|
| diff --git a/core/html/HTMLSourceElement.idl b/core/html/HTMLSourceElement.idl
|
| index 5adb052756dc46c7899961317b8cee983833b2e4..4e10349051e776b4c018f163ea11e870b67c03a0 100644
|
| --- a/core/html/HTMLSourceElement.idl
|
| +++ b/core/html/HTMLSourceElement.idl
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=Media
|
| + RuntimeEnabled=Media
|
| ] interface HTMLSourceElement : HTMLElement {
|
| -[Reflect, URL] attribute DOMString src;
|
| + [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| attribute DOMString type;
|
| attribute DOMString media;
|
| };
|
|
|