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

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

Issue 602063003: Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: corrected typo Created 6 years 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
« no previous file with comments | « no previous file | Source/core/html/MediaKeyError.idl » ('j') | Source/core/html/MediaKeyError.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaError.idl
diff --git a/Source/core/html/MediaError.idl b/Source/core/html/MediaError.idl
index 0f18da1c846eb91f183a29a7a51355087244de35..7b3b84a07bf847faaf54ba2845afa0a69d857787 100644
--- a/Source/core/html/MediaError.idl
+++ b/Source/core/html/MediaError.idl
@@ -31,5 +31,6 @@
const unsigned short MEDIA_ERR_NETWORK = 2;
const unsigned short MEDIA_ERR_DECODE = 3;
const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
+ [RuntimeEnabled=PrefixedEncryptedMedia]
ddorwin 2014/12/12 17:55:46 philipj removed the value a couple weeks ago in ht
philipj_slow 2014/12/12 20:42:13 Right, it would actually apply to the code attribu
MRV 2014/12/15 03:16:17 Done.
MRV 2014/12/15 03:16:17 Done.
readonly attribute unsigned short code;
};
« no previous file with comments | « no previous file | Source/core/html/MediaKeyError.idl » ('j') | Source/core/html/MediaKeyError.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698