| Index: Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| index b3e4abc69a1cb81dd8b3677fe544bc315cf6ae2b..27eeb8b878e9fad122e02fb7db9790f94ad71bee 100644
|
| --- a/Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| +++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| @@ -46,6 +46,7 @@ typedef (// HTMLImageElement or
|
| LegacyTreatAsPartialInterface,
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| + StrictTypeChecking,
|
| ] interface ImageBitmapFactories {
|
| [RaisesException] Promise createImageBitmap(Blob blob);
|
| [RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh);
|
|
|