| Index: Source/core/html/MediaError.idl
|
| diff --git a/Source/core/html/MediaError.idl b/Source/core/html/MediaError.idl
|
| index 0d8b10087fb60b98ebb397eec3892c31ee84d7a7..712251da1fb712b563d20cf115acf9617968ddc2 100644
|
| --- a/Source/core/html/MediaError.idl
|
| +++ b/Source/core/html/MediaError.idl
|
| @@ -26,8 +26,8 @@
|
| // https://html.spec.whatwg.org/#error-codes
|
|
|
| [
|
| + GarbageCollected,
|
| RuntimeEnabled=Media,
|
| - WillBeGarbageCollected,
|
| ] interface MediaError {
|
| const unsigned short MEDIA_ERR_ABORTED = 1;
|
| const unsigned short MEDIA_ERR_NETWORK = 2;
|
|
|