Index: Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
diff --git a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
index b27583240d90290a15092604f92d047c0d1d8c5e..2de5a6fd16aa0e210f6bbb32f9c8ce5a987ad735 100644 |
--- a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
+++ b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
@@ -14,5 +14,5 @@ partial interface HTMLMediaElement { |
[RuntimeEnabled=EncryptedMedia] readonly attribute MediaKeys mediaKeys; |
[RuntimeEnabled=EncryptedMedia, TypeChecking=Interface, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys); |
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onneedkey; |
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onencrypted; |
}; |