Index: third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
index 34e23cea50fa06ab56ca131c445ba13ff6508d1e..7998203599e2ee50d3a532da71b5157aa70a7aed 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl |
@@ -6,4 +6,5 @@ partial interface HTMLMediaElement { |
readonly attribute MediaKeys mediaKeys; |
[CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys); |
attribute EventHandler onencrypted; |
+ attribute EventHandler onwaitingforkey; |
}; |