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