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