| Index: client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
|
| index c28199acabd3043a91319587e78d5d4a015d7461..faa37a52078d1798fea42617dfa1aa83fca45ea3 100644
|
| --- a/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _CanvasRenderingContext2DWrappingImplementation extends _CanvasRenderingCo
|
| return new _CanvasRenderingContext2DWrappingImplementation();
|
| }
|
|
|
| - Object get fillStyle() { return _get_fillStyle(this); }
|
| - static Object _get_fillStyle(var _this) native;
|
| + Dynamic get fillStyle() { return _get_fillStyle(this); }
|
| + static Dynamic _get_fillStyle(var _this) native;
|
|
|
| - void set fillStyle(Object value) { _set_fillStyle(this, value); }
|
| - static void _set_fillStyle(var _this, Object value) native;
|
| + void set fillStyle(Dynamic value) { _set_fillStyle(this, value); }
|
| + static void _set_fillStyle(var _this, Dynamic value) native;
|
|
|
| String get font() { return _get_font(this); }
|
| static String _get_font(var _this) native;
|
| @@ -83,11 +83,11 @@ class _CanvasRenderingContext2DWrappingImplementation extends _CanvasRenderingCo
|
| void set shadowOffsetY(num value) { _set_shadowOffsetY(this, value); }
|
| static void _set_shadowOffsetY(var _this, num value) native;
|
|
|
| - Object get strokeStyle() { return _get_strokeStyle(this); }
|
| - static Object _get_strokeStyle(var _this) native;
|
| + Dynamic get strokeStyle() { return _get_strokeStyle(this); }
|
| + static Dynamic _get_strokeStyle(var _this) native;
|
|
|
| - void set strokeStyle(Object value) { _set_strokeStyle(this, value); }
|
| - static void _set_strokeStyle(var _this, Object value) native;
|
| + void set strokeStyle(Dynamic value) { _set_strokeStyle(this, value); }
|
| + static void _set_strokeStyle(var _this, Dynamic value) native;
|
|
|
| String get textAlign() { return _get_textAlign(this); }
|
| static String _get_textAlign(var _this) native;
|
|
|