Index: Source/modules/encryptedmedia/MediaKeySession.idl |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl |
index c0b7f8cf7a1ec94a59a0fd8f39bc5c6f602f01ad..2182695d4c119b2056fe21f3b8d5ef0b0581ec01 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(); |
+ void release(); |
ddorwin
2014/01/09 01:35:31
[RaisesException] - It can throw in the spec.
xhwang
2014/01/09 02:32:17
Done.
|
// EventHandlers |
[RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded; |