Chromium Code Reviews| Index: Modules/mediasource/MediaSource.idl |
| =================================================================== |
| --- Modules/mediasource/MediaSource.idl (revision 20375) |
| +++ Modules/mediasource/MediaSource.idl (working copy) |
| @@ -51,7 +51,9 @@ |
| void endOfStream(in [Optional=DefaultIsNullString] DOMString error) |
| raises (DOMException); |
| - |
| + |
| + static boolean isTypeSupported (DOMString type); |
| + |
| // EventTarget interface |
| void addEventListener(in DOMString type, |
| in EventListener listener, |