| Index: Source/modules/encryptedmedia/MediaKeySession.idl
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl
|
| index bf7d092127d4668b2cb814f746fc45af7d861d79..fda60cefe0b54fd71f11dc0781dddc1f61fb4d93 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.idl
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.idl
|
| @@ -35,7 +35,7 @@
|
|
|
| // session operations
|
| [RaisesException] void update(Uint8Array response);
|
| - void close();
|
| + [RaisesException] void release();
|
|
|
| // EventHandlers
|
| [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded;
|
|
|