Chromium Code Reviews| Index: Source/modules/imagebitmap/ImageBitmapFactories.idl |
| diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| index 83a4e681554d880f9eea69296c5f6041beff2a79..3fdea03672e6703a0ffdbcad1408c208cbe6bdbb 100644 |
| --- a/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| +++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| @@ -55,3 +55,7 @@ typedef (// HTMLImageElement or |
| [RaisesException] Promise createImageBitmap(ImageBitmap bitmap); |
| [RaisesException] Promise createImageBitmap(ImageBitmap bitmap, long sx, long sy, long sw, long sh); |
| }; |
| + |
| +Window implements ImageBitmapFactories; |
| +WorkerGlobalScope implements ImageBitmapFactories; |
| + |
|
Nils Barth (inactive)
2014/05/08 02:46:47
No trailing blank line
|