| Index: client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
|
| index 1de50aa2787cecd6c98c57b4b634b7fffceaec40..0da92c97f66f87a5adc12023fbf5e31a1bcf84ec 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLUListElementWrappingImplementation.dart
|
| @@ -11,17 +11,17 @@ class _HTMLUListElementWrappingImplementation extends _HTMLElementWrappingImplem
|
| return new _HTMLUListElementWrappingImplementation();
|
| }
|
|
|
| - bool get compact() { return _get__HTMLUListElement_compact(this); }
|
| - static bool _get__HTMLUListElement_compact(var _this) native;
|
| + bool get compact() { return _get_compact(this); }
|
| + static bool _get_compact(var _this) native;
|
|
|
| - void set compact(bool value) { _set__HTMLUListElement_compact(this, value); }
|
| - static void _set__HTMLUListElement_compact(var _this, bool value) native;
|
| + void set compact(bool value) { _set_compact(this, value); }
|
| + static void _set_compact(var _this, bool value) native;
|
|
|
| - String get type() { return _get__HTMLUListElement_type(this); }
|
| - static String _get__HTMLUListElement_type(var _this) native;
|
| + String get type() { return _get_type(this); }
|
| + static String _get_type(var _this) native;
|
|
|
| - void set type(String value) { _set__HTMLUListElement_type(this, value); }
|
| - static void _set__HTMLUListElement_type(var _this, String value) native;
|
| + void set type(String value) { _set_type(this, value); }
|
| + static void _set_type(var _this, String value) native;
|
|
|
| String get typeName() { return "HTMLUListElement"; }
|
| }
|
|
|