| Index: client/dom/generated/src/wrapping/_HTMLMeterElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLMeterElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLMeterElementWrappingImplementation.dart
|
| index c6426964b8240e04f6dd8c0b969998b45b5354ca..363b9cd2c068c3bd413564c4cb7aa4ac8b111118 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLMeterElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLMeterElementWrappingImplementation.dart
|
| @@ -11,47 +11,47 @@ class _HTMLMeterElementWrappingImplementation extends _HTMLElementWrappingImplem
|
| return new _HTMLMeterElementWrappingImplementation();
|
| }
|
|
|
| - HTMLFormElement get form() { return _get__HTMLMeterElement_form(this); }
|
| - static HTMLFormElement _get__HTMLMeterElement_form(var _this) native;
|
| + HTMLFormElement get form() { return _get_form(this); }
|
| + static HTMLFormElement _get_form(var _this) native;
|
|
|
| - num get high() { return _get__HTMLMeterElement_high(this); }
|
| - static num _get__HTMLMeterElement_high(var _this) native;
|
| + num get high() { return _get_high(this); }
|
| + static num _get_high(var _this) native;
|
|
|
| - void set high(num value) { _set__HTMLMeterElement_high(this, value); }
|
| - static void _set__HTMLMeterElement_high(var _this, num value) native;
|
| + void set high(num value) { _set_high(this, value); }
|
| + static void _set_high(var _this, num value) native;
|
|
|
| - NodeList get labels() { return _get__HTMLMeterElement_labels(this); }
|
| - static NodeList _get__HTMLMeterElement_labels(var _this) native;
|
| + NodeList get labels() { return _get_labels(this); }
|
| + static NodeList _get_labels(var _this) native;
|
|
|
| - num get low() { return _get__HTMLMeterElement_low(this); }
|
| - static num _get__HTMLMeterElement_low(var _this) native;
|
| + num get low() { return _get_low(this); }
|
| + static num _get_low(var _this) native;
|
|
|
| - void set low(num value) { _set__HTMLMeterElement_low(this, value); }
|
| - static void _set__HTMLMeterElement_low(var _this, num value) native;
|
| + void set low(num value) { _set_low(this, value); }
|
| + static void _set_low(var _this, num value) native;
|
|
|
| - num get max() { return _get__HTMLMeterElement_max(this); }
|
| - static num _get__HTMLMeterElement_max(var _this) native;
|
| + num get max() { return _get_max(this); }
|
| + static num _get_max(var _this) native;
|
|
|
| - void set max(num value) { _set__HTMLMeterElement_max(this, value); }
|
| - static void _set__HTMLMeterElement_max(var _this, num value) native;
|
| + void set max(num value) { _set_max(this, value); }
|
| + static void _set_max(var _this, num value) native;
|
|
|
| - num get min() { return _get__HTMLMeterElement_min(this); }
|
| - static num _get__HTMLMeterElement_min(var _this) native;
|
| + num get min() { return _get_min(this); }
|
| + static num _get_min(var _this) native;
|
|
|
| - void set min(num value) { _set__HTMLMeterElement_min(this, value); }
|
| - static void _set__HTMLMeterElement_min(var _this, num value) native;
|
| + void set min(num value) { _set_min(this, value); }
|
| + static void _set_min(var _this, num value) native;
|
|
|
| - num get optimum() { return _get__HTMLMeterElement_optimum(this); }
|
| - static num _get__HTMLMeterElement_optimum(var _this) native;
|
| + num get optimum() { return _get_optimum(this); }
|
| + static num _get_optimum(var _this) native;
|
|
|
| - void set optimum(num value) { _set__HTMLMeterElement_optimum(this, value); }
|
| - static void _set__HTMLMeterElement_optimum(var _this, num value) native;
|
| + void set optimum(num value) { _set_optimum(this, value); }
|
| + static void _set_optimum(var _this, num value) native;
|
|
|
| - num get value() { return _get__HTMLMeterElement_value(this); }
|
| - static num _get__HTMLMeterElement_value(var _this) native;
|
| + num get value() { return _get_value(this); }
|
| + static num _get_value(var _this) native;
|
|
|
| - void set value(num value) { _set__HTMLMeterElement_value(this, value); }
|
| - static void _set__HTMLMeterElement_value(var _this, num value) native;
|
| + void set value(num value) { _set_value(this, value); }
|
| + static void _set_value(var _this, num value) native;
|
|
|
| String get typeName() { return "HTMLMeterElement"; }
|
| }
|
|
|