| 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 c4b18d527332576669918efb1398b26bfd16b180..cbf4e76e2c0b1a86fc9bf8731041e6e8e95e4fea 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, RuntimeEnabled=ExperimentalCanvasFeatures] void toBlob(FileCallback _callback, optional DOMString type = null, optional any arguments);
|
| + [RaisesException, CallWith=ScriptState, RuntimeEnabled=ExperimentalCanvasFeatures] void toBlob(BlobCallback _callback, optional DOMString type = null, optional any arguments);
|
| };
|
|
|