| Index: Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
| diff --git a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
| index 419649fd0e22b6fd7986b2310ba52d5ff220b2ff..94b68fdd020659c577fdce3c0b19535e1031cfdc 100644
|
| --- a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
| +++ b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
| @@ -31,6 +31,7 @@
|
| [
|
| ImplementedAs=ImageBitmapFactories,
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| + StrictTypeChecking,
|
| ] partial interface Window {
|
| [RaisesException] Promise createImageBitmap(HTMLImageElement image);
|
| [RaisesException] Promise createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh);
|
|
|