Index: client/html/generated/html/frog/Document.dart |
diff --git a/client/html/generated/html/frog/Document.dart b/client/html/generated/html/frog/Document.dart |
index 5e18acd4ee0a2314885401d65f7cb848c86f6b75..65601251a421c242022f939255af9a2c6ed1bda2 100644 |
--- a/client/html/generated/html/frog/Document.dart |
+++ b/client/html/generated/html/frog/Document.dart |
@@ -79,7 +79,7 @@ class _DocumentImpl extends _ElementImpl |
bool execCommand(String command, bool userInterface, String value) native "return this.parentNode.execCommand(command, userInterface, value);"; |
- Object getCSSCanvasContext(String contextId, String name, int width, int height) native "return this.parentNode.getCSSCanvasContext(contextId, name, width, height);"; |
+ _CanvasRenderingContextImpl getCSSCanvasContext(String contextId, String name, int width, int height) native "return this.parentNode.getCSSCanvasContext(contextId, name, width, height);"; |
bool queryCommandEnabled(String command) native "return this.parentNode.queryCommandEnabled(command);"; |