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; |
}; |