Index: Source/core/html/HTMLCanvasElement.idl |
diff --git a/Source/core/html/HTMLCanvasElement.idl b/Source/core/html/HTMLCanvasElement.idl |
index 57ead8bcb8e8971c58665b2d167f008b310e5aee..7b3441b44c5393d98b7d6b260b8e3f7bd1480300 100644 |
--- a/Source/core/html/HTMLCanvasElement.idl |
+++ b/Source/core/html/HTMLCanvasElement.idl |
@@ -51,4 +51,6 @@ interface HTMLCanvasElement : HTMLElement { |
// only one extra argument is actually used. |
// FIXME: type should not have a default value. |
[RaisesException] DOMString toDataURL(optional DOMString type = null, optional any arguments); |
+ |
+ [RaisesException] void toBlob(FileCallback? _callback, optional DOMString type = null, optional any arguments); |
Justin Novosad
2015/08/13 21:03:40
This feature is not yet approved for shipping. You
xlai (Olivia)
2015/08/20 19:46:44
Done.
|
}; |