summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl b/chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl
index ea442f8cfd9..d746c4c03fb 100644
--- a/chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl
+++ b/chromium/third_party/WebKit/Source/core/html/MediaKeyError.idl
@@ -24,7 +24,7 @@
*/
[
- EnabledAtRuntime=EncryptedMediaAnyVersion
+ RuntimeEnabled=EncryptedMediaAnyVersion
] interface MediaKeyError {
const unsigned short MEDIA_KEYERR_UNKNOWN = 1;
const unsigned short MEDIA_KEYERR_CLIENT = 2;
@@ -33,5 +33,5 @@
const unsigned short MEDIA_KEYERR_HARDWARECHANGE = 5;
const unsigned short MEDIA_KEYERR_DOMAIN = 6;
readonly attribute unsigned short code;
- [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=EncryptedMedia] readonly attribute unsigned long systemCode;
+ [RuntimeEnabled=EncryptedMedia] readonly attribute unsigned long systemCode;
};