| Index: Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl
|
| index f095d8c13d29302f31489dcf3fa79ee0396c1a6d..1b34ea7be37baf24916c4d4cd3c70adfe1ecf24b 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,
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface ImageBitmapFactories {
|
| [CallWith=ScriptState, RaisesException] Promise createImageBitmap(Blob blob);
|
| [CallWith=ScriptState, RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh);
|
|
|