| Index: third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| index 58a6d0874e6c5773501fa2e4e92f71ba860bad9f..e8e2d9c9fdffdeb0176eb9ce1752cae59d868392 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
|
| @@ -5,6 +5,6 @@
|
| // https://w3c.github.io/remote-playback/#extension-to-the-htmlmediaelement
|
|
|
| partial interface HTMLMediaElement {
|
| - [RuntimeEnabled=RemotePlayback] readonly attribute RemotePlayback remote;
|
| + [CallWith=ScriptState, RuntimeEnabled=RemotePlayback] readonly attribute RemotePlayback remote;
|
| [CEReactions, Reflect] attribute boolean disableRemotePlayback;
|
| };
|
|
|