| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
|
| index 4e86380e8eab06f64ed56ab2a63c47f57704404c..69672d7e13b54c12c17a776496fc6af713df8920 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
|
| @@ -4,8 +4,7 @@
|
|
|
| // http://w3c.github.io/encrypted-media/#mediakeysystemaccess-interface
|
|
|
| -[
|
| -] interface MediaKeySystemAccess {
|
| +interface MediaKeySystemAccess {
|
| readonly attribute DOMString keySystem;
|
| MediaKeySystemConfiguration getConfiguration();
|
| [CallWith=ScriptState] Promise<MediaKeys> createMediaKeys();
|
|
|