| 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 2513c52b7bf42935cf077f3e609844a5e1ec2c04..1896a52838d352524fba1adb976e047527606c6f 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl
|
| @@ -14,6 +14,6 @@
|
| [EnforceRange] attribute unsigned long width;
|
| [EnforceRange] attribute unsigned long height;
|
|
|
| - [RaisesException] OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes);
|
| + OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes);
|
| [RaisesException] ImageBitmap transferToImageBitmap();
|
| };
|
|
|