Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1181)

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.idl

Issue 124253003: Update MediaKeySession events to match latest EME spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename javascript Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698