| Index: third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| index f096397fbfe21f5b5632300a7ee7217470e1c805..34e23cea50fa06ab56ca131c445ba13ff6508d1e 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| partial interface HTMLMediaElement {
|
| - [RuntimeEnabled=EncryptedMedia] readonly attribute MediaKeys mediaKeys;
|
| - [RuntimeEnabled=EncryptedMedia, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
|
| - [RuntimeEnabled=EncryptedMedia] attribute EventHandler onencrypted;
|
| + readonly attribute MediaKeys mediaKeys;
|
| + [CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
|
| + attribute EventHandler onencrypted;
|
| };
|
|
|