| Index: Source/core/html/MediaKeyError.idl
|
| diff --git a/Source/core/html/MediaKeyError.idl b/Source/core/html/MediaKeyError.idl
|
| index 2a80de09c5f984320aabb381d8fbf6eb910359ba..3a17a73bd204f29ca47ba4077a42b1467cf6c144 100644
|
| --- a/Source/core/html/MediaKeyError.idl
|
| +++ b/Source/core/html/MediaKeyError.idl
|
| @@ -24,8 +24,8 @@
|
| */
|
|
|
| [
|
| + GarbageCollected,
|
| RuntimeEnabled=PrefixedEncryptedMedia,
|
| - WillBeGarbageCollected,
|
| ] interface MediaKeyError {
|
| const unsigned short MEDIA_KEYERR_UNKNOWN = 1;
|
| const unsigned short MEDIA_KEYERR_CLIENT = 2;
|
|
|