| Index: client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
|
| index c3f514dabe33c4a4014e2e35c7076c369777e0dc..77fab145d4cd6c267abe5f5ba29828e1a5f1f7a6 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLLegendElementWrappingImplementation.dart
|
| @@ -11,20 +11,20 @@ class _HTMLLegendElementWrappingImplementation extends _HTMLElementWrappingImple
|
| return new _HTMLLegendElementWrappingImplementation();
|
| }
|
|
|
| - String get accessKey() { return _get__HTMLLegendElement_accessKey(this); }
|
| - static String _get__HTMLLegendElement_accessKey(var _this) native;
|
| + String get accessKey() { return _get_accessKey(this); }
|
| + static String _get_accessKey(var _this) native;
|
|
|
| - void set accessKey(String value) { _set__HTMLLegendElement_accessKey(this, value); }
|
| - static void _set__HTMLLegendElement_accessKey(var _this, String value) native;
|
| + void set accessKey(String value) { _set_accessKey(this, value); }
|
| + static void _set_accessKey(var _this, String value) native;
|
|
|
| - String get align() { return _get__HTMLLegendElement_align(this); }
|
| - static String _get__HTMLLegendElement_align(var _this) native;
|
| + String get align() { return _get_align(this); }
|
| + static String _get_align(var _this) native;
|
|
|
| - void set align(String value) { _set__HTMLLegendElement_align(this, value); }
|
| - static void _set__HTMLLegendElement_align(var _this, String value) native;
|
| + void set align(String value) { _set_align(this, value); }
|
| + static void _set_align(var _this, String value) native;
|
|
|
| - HTMLFormElement get form() { return _get__HTMLLegendElement_form(this); }
|
| - static HTMLFormElement _get__HTMLLegendElement_form(var _this) native;
|
| + HTMLFormElement get form() { return _get_form(this); }
|
| + static HTMLFormElement _get_form(var _this) native;
|
|
|
| String get typeName() { return "HTMLLegendElement"; }
|
| }
|
|
|