Chromium Code Reviews| Index: core/html/MediaError.idl |
| diff --git a/core/html/MediaError.idl b/core/html/MediaError.idl |
| index 58b94d8af27cacdce93d3b4d2943752a175f505e..aaffbc230d95186693d0081f763dd686627ae853 100644 |
| --- a/core/html/MediaError.idl |
| +++ b/core/html/MediaError.idl |
| @@ -24,7 +24,8 @@ |
| */ |
| [ |
| - RuntimeEnabled=Media |
| + RuntimeEnabled=Media, |
| + WillBeGarbageCollected, |
| ] interface MediaError { |
| const unsigned short MEDIA_ERR_ABORTED = 1; |
| const unsigned short MEDIA_ERR_NETWORK = 2; |