| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
|
| index 33c4f5f8402b231118dea3677dddc5f2707daf9a..2fa1fddbfa59e0025d30b4c061a090e744c99ca3 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
|
| @@ -10,6 +10,8 @@ enum RemotePlaybackState {
|
| };
|
|
|
| [
|
| + ActiveScriptWrappable,
|
| + DependentLifetime,
|
| RuntimeEnabled=RemotePlayback
|
| ] interface RemotePlayback : EventTarget {
|
| readonly attribute RemotePlaybackState state;
|
|
|