| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl b/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl
|
| index 3e52f7ed418667aee6bf7fee29582c51157cd209..15e7e501013358ba0c18fdce61628b3026ea8c88 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.idl
|
| @@ -53,5 +53,5 @@ interface HTMLCanvasElement : HTMLElement
|
| // FIXME: type should not have a default value.
|
| [RaisesException] DOMString toDataURL(optional DOMString type = null, optional any arguments);
|
|
|
| - [RaisesException, CallWith=ScriptState] void toBlob(BlobCallback _callback, optional DOMString type = null, optional any arguments);
|
| + [RaisesException] void toBlob(BlobCallback _callback, optional DOMString type = null, optional any arguments);
|
| };
|
|
|