Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1844)

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.idl

Issue 111043004: Update MediaKeySession method names to latest EME spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
// EventHandlers
[RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded;

Powered by Google App Engine
This is Rietveld 408576698