| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| index e25afe7b11a47b5d7739086510313f7e8d58197a..7ba5bb27e8a840f50ab1520eaee0692dcb6f6f1c 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| @@ -35,7 +35,7 @@
|
| };
|
|
|
| // Script API
|
| - void transferFromImageBitmap(ImageBitmap*, ExceptionState&);
|
| + void transferFromImageBitmap(ImageBitmap*);
|
|
|
| // CanvasRenderingContext implementation
|
| ContextType getContextType() const override {
|
|
|