| Index: Source/core/html/HTMLMediaElement.idl
|
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
|
| index f5f561987f12ae8a846a6ef790344bdd32dadd99..802b2ce4eaa226bd325c45ce060d75b5f64121f4 100644
|
| --- a/Source/core/html/HTMLMediaElement.idl
|
| +++ b/Source/core/html/HTMLMediaElement.idl
|
| @@ -102,4 +102,5 @@
|
|
|
| [RuntimeEnabled=EncryptedMedia] readonly attribute MediaKeys mediaKeys;
|
| [RuntimeEnabled=EncryptedMedia] void setMediaKeys(MediaKeys mediaKeys);
|
| + [RuntimeEnabled=EncryptedMedia] attribute EventHandler onneedkey;
|
| };
|
|
|