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