Chromium Code Reviews| Index: Source/modules/encryptedmedia/MediaKeySession.idl |
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl |
| index c0b7f8cf7a1ec94a59a0fd8f39bc5c6f602f01ad..42b1602b110cf454b39eab430493ca3385170f42 100644 |
| --- a/Source/modules/encryptedmedia/MediaKeySession.idl |
| +++ b/Source/modules/encryptedmedia/MediaKeySession.idl |
| @@ -38,7 +38,8 @@ |
| void close(); |
| // EventHandlers |
|
ddorwin
2014/01/07 23:44:41
Delete all.
jrummell
2014/01/08 18:05:52
Done.
|
| - [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded; |
|
xhwang
2014/01/03 23:38:20
Shall we keep the "webkit" prefix? I thought we ha
acolwell GONE FROM CHROMIUM
2014/01/06 20:34:10
We should not be using a webkit prefix on new APIs
|
| - [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyerror; |
| - [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeymessage; |
| + [RuntimeEnabled=EncryptedMedia] attribute EventHandler onerror; |
| + [RuntimeEnabled=EncryptedMedia] attribute EventHandler onmessage; |
| + [RuntimeEnabled=EncryptedMedia] attribute EventHandler onready; |
| + [RuntimeEnabled=EncryptedMedia] attribute EventHandler onclosed; |
| }; |