| Index: core/html/MediaKeyEvent.idl
|
| diff --git a/core/html/MediaKeyEvent.idl b/core/html/MediaKeyEvent.idl
|
| index 297eabea0f267be7928f1b90a76c7ccf51a67ec1..c1e08c239a34c9d4266282bd6cf1229c00bd65c7 100644
|
| --- a/core/html/MediaKeyEvent.idl
|
| +++ b/core/html/MediaKeyEvent.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=LegacyEncryptedMedia,
|
| + RuntimeEnabled=PrefixedEncryptedMedia,
|
| ConstructorTemplate=Event
|
| ] interface MediaKeyEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute DOMString keySystem;
|
|
|