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

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

Issue 686893004: Remove obsolete ready and error events from MediaKeySession. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Completely remove events Created 6 years, 2 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 d81309d6d6085adb4521cc6f3a311a69d7d2b53a..379befa8ae94e73ee5711e4f2d3f6f22c34280d6 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.idl
+++ b/Source/modules/encryptedmedia/MediaKeySession.idl
@@ -29,11 +29,7 @@
GarbageCollected,
TypeChecking=Interface
] interface MediaKeySession : EventTarget {
- // error state
- readonly attribute MediaKeyError error;
-
// session properties
- readonly attribute DOMString keySystem;
readonly attribute DOMString sessionId;
readonly attribute unrestricted double expiration;
[CallWith=ScriptState] readonly attribute Promise closed;

Powered by Google App Engine
This is Rietveld 408576698