Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl |
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl |
index 7a2a3b38b58c87a690b7e380a70b25fb88f67221..7abb71a81fa0a7dfe931fa46d25363f6f26ca9c0 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl |
@@ -32,6 +32,8 @@ |
readonly attribute unrestricted double expiration; |
[CallWith=ScriptState] readonly attribute Promise closed; |
readonly attribute MediaKeyStatusMap keyStatuses; |
+ attribute EventHandler onkeystatuseschange; |
+ attribute EventHandler onmessage; |
// session initialization |
[CallWith=ScriptState] Promise<void> generateRequest(DOMString initDataType, BufferSource initData); |