Chromium Code Reviews| Index: Source/core/html/MediaKeyError.idl |
| diff --git a/Source/core/html/MediaKeyError.idl b/Source/core/html/MediaKeyError.idl |
| index b48dbfc37422c426cec92aa86215bb71ac336d78..2a80de09c5f984320aabb381d8fbf6eb910359ba 100644 |
| --- a/Source/core/html/MediaKeyError.idl |
| +++ b/Source/core/html/MediaKeyError.idl |
| @@ -24,6 +24,7 @@ |
| */ |
| [ |
| + RuntimeEnabled=PrefixedEncryptedMedia, |
| WillBeGarbageCollected, |
| ] interface MediaKeyError { |
| const unsigned short MEDIA_KEYERR_UNKNOWN = 1; |