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

Unified Diff: Source/core/html/MediaKeyError.idl

Issue 602063003: Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/core/html/MediaKeyError.idl
diff --git a/Source/core/html/MediaKeyError.idl b/Source/core/html/MediaKeyError.idl
index da32f8722998ab06870eea03fb0b7d38db54a219..b48dbfc37422c426cec92aa86215bb71ac336d78 100644
--- a/Source/core/html/MediaKeyError.idl
+++ b/Source/core/html/MediaKeyError.idl
@@ -24,7 +24,6 @@
*/
[
- RuntimeEnabled=EncryptedMediaAnyVersion,
WillBeGarbageCollected,
ddorwin 2014/09/25 16:45:26 Please instead replace with PrefixedEncryptedMedia
MRV 2014/09/26 02:57:16 Done.
] interface MediaKeyError {
const unsigned short MEDIA_KEYERR_UNKNOWN = 1;

Powered by Google App Engine
This is Rietveld 408576698