Index: Source/modules/encryptedmedia/MediaKeySession.idl |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl |
index fda60cefe0b54fd71f11dc0781dddc1f61fb4d93..79cc3e4f00f03277e5ffdd46ab77bd7186e20f86 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.idl |
+++ b/Source/modules/encryptedmedia/MediaKeySession.idl |
@@ -36,9 +36,4 @@ |
// session operations |
[RaisesException] void update(Uint8Array response); |
[RaisesException] void release(); |
- |
- // EventHandlers |
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded; |
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyerror; |
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeymessage; |
}; |