Index: Source/core/html/HTMLMediaElement.idl |
diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl |
index a868b53b20b09814b20a223961dfbb0f533d81f8..a4dbf6fdf6da0061859f2586735722a718525866 100644 |
--- a/Source/core/html/HTMLMediaElement.idl |
+++ b/Source/core/html/HTMLMediaElement.idl |
@@ -100,5 +100,5 @@ |
[RuntimeEnabled=PrefixedEncryptedMedia] attribute EventHandler onwebkitkeymessage; |
[RuntimeEnabled=PrefixedEncryptedMedia] attribute EventHandler onwebkitneedkey; |
- [RuntimeEnabled=EncryptedMedia, Conditional=ENCRYPTED_MEDIA_V2] attribute MediaKeys mediaKeys; |
+ [RuntimeEnabled=EncryptedMedia] attribute MediaKeys mediaKeys; |
}; |