| Index: client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
|
| index 0db4c9dd0031e644bc9b09b824f4e576a6149ba8..11350ddbdfa8176913deecbe56a9abb16e16f975 100644
|
| --- a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
|
| @@ -264,10 +264,10 @@ class _DocumentWrappingImplementation extends _NodeWrappingImplementation implem
|
| }
|
| static bool _execCommand(receiver, command, userInterface, value) native;
|
|
|
| - Object getCSSCanvasContext(String contextId, String name, int width, int height) {
|
| + CanvasRenderingContext getCSSCanvasContext(String contextId, String name, int width, int height) {
|
| return _getCSSCanvasContext(this, contextId, name, width, height);
|
| }
|
| - static Object _getCSSCanvasContext(receiver, contextId, name, width, height) native;
|
| + static CanvasRenderingContext _getCSSCanvasContext(receiver, contextId, name, width, height) native;
|
|
|
| Element getElementById(String elementId) {
|
| return _getElementById(this, elementId);
|
|
|