| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
|
| index ec07de9bc377db8b8b30730350cc690769338ff9..ac2b965d1af4c6e27f909066a480a1df72cdd961 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
|
| @@ -27,7 +27,6 @@
|
|
|
| [
|
| Constructor(DOMString type, optional MediaEncryptedEventInit eventInitDict),
|
| - RuntimeEnabled=EncryptedMedia,
|
| ] interface MediaEncryptedEvent : Event {
|
| readonly attribute DOMString initDataType;
|
| readonly attribute ArrayBuffer? initData;
|
|
|