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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaError.idl

Issue 2660003003: Add MediaError.message (Closed)
Patch Set: Address dalecurtis@'s comment: undef STRINGIFY_STATUS_CASE Created 3 years, 8 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: third_party/WebKit/Source/core/html/media/MediaError.idl
diff --git a/third_party/WebKit/Source/core/html/media/MediaError.idl b/third_party/WebKit/Source/core/html/media/MediaError.idl
index e43026e69fdf9cebe5a1b7aaeda9a7577f73f478..cd551b6cb88b57ecbc1e204fe2b5ed5da93a871f 100644
--- a/third_party/WebKit/Source/core/html/media/MediaError.idl
+++ b/third_party/WebKit/Source/core/html/media/MediaError.idl
@@ -31,4 +31,5 @@ interface MediaError {
const unsigned short MEDIA_ERR_DECODE = 3;
const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
readonly attribute unsigned short code;
+ readonly attribute DOMString message;
};

Powered by Google App Engine
This is Rietveld 408576698