| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| index 0f1396e6d575bd38a7c6480e2b38718eb5223444..2e3c74dbd34a0be5aa780408c6129d928e599702 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| @@ -11,6 +11,6 @@
|
| [RaisesException=Setter, EnforceRange] attribute unsigned long width;
|
| [RaisesException=Setter, EnforceRange] attribute unsigned long height;
|
|
|
| - [RaisesException] ImageBitmap transferToImageBitmap();
|
| + [CallWith=ScriptState, RaisesException] ImageBitmap transferToImageBitmap();
|
| [RaisesException, CallWith=ScriptState] Promise<Blob> convertToBlob(optional ImageEncodeOptions options);
|
| };
|
|
|