| Index: third_party/WebCore/html/MediaError.idl
|
| diff --git a/third_party/WebCore/html/MediaError.idl b/third_party/WebCore/html/MediaError.idl
|
| index fceb1f551ee5e3027c62f2a5a4802c007706d85c..8eb9d54029465034dd43df819fddcd1151672752 100644
|
| --- a/third_party/WebCore/html/MediaError.idl
|
| +++ b/third_party/WebCore/html/MediaError.idl
|
| @@ -31,6 +31,9 @@ module html {
|
| const unsigned short MEDIA_ERR_NETWORK = 2;
|
| const unsigned short MEDIA_ERR_DECODE = 3;
|
| const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
|
| +#if defined(ENABLE_ENCRYPTED_MEDIA) && ENABLE_ENCRYPTED_MEDIA
|
| + const unsigned short MEDIA_ERR_ENCRYPTED = 5;
|
| +#endif
|
| readonly attribute unsigned short code;
|
| };
|
| }
|
|
|