| Index: Source/core/html/MediaKeyError.idl
|
| diff --git a/Source/core/html/MediaKeyError.idl b/Source/core/html/MediaKeyError.idl
|
| index dffc46720880570fbe34af7579fe9cd3c554b9bb..03188d0dbf3dc3528f177014af60cd5dc01bf6eb 100644
|
| --- a/Source/core/html/MediaKeyError.idl
|
| +++ b/Source/core/html/MediaKeyError.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=encryptedMediaAnyVersion,
|
| + EnabledAtRuntime=encryptedMediaAnyVersion
|
| ] interface MediaKeyError {
|
| const unsigned short MEDIA_KEYERR_UNKNOWN = 1;
|
| const unsigned short MEDIA_KEYERR_CLIENT = 2;
|
|
|