| Index: third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| index 1896a52838d352524fba1adb976e047527606c6f..2513c52b7bf42935cf077f3e609844a5e1ec2c04 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| @@ -14,6 +14,6 @@ typedef OffscreenCanvasRenderingContext2D OffscreenRenderingContext;
|
| [EnforceRange] attribute unsigned long width;
|
| [EnforceRange] attribute unsigned long height;
|
|
|
| - OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes);
|
| + [RaisesException] OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes);
|
| [RaisesException] ImageBitmap transferToImageBitmap();
|
| };
|
|
|