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