| Index: client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
|
| index 1e63d4fc6187b492d6dbf7677651a4d13b36eac2..ebd64f59aaaefc77b73911c18ad90c20bc82226a 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLOListElementWrappingImplementation.dart
|
| @@ -17,6 +17,12 @@ class _HTMLOListElementWrappingImplementation extends _HTMLElementWrappingImplem
|
| void set compact(bool value) { _set_compact(this, value); }
|
| static void _set_compact(var _this, bool value) native;
|
|
|
| + bool get reversed() { return _get_reversed(this); }
|
| + static bool _get_reversed(var _this) native;
|
| +
|
| + void set reversed(bool value) { _set_reversed(this, value); }
|
| + static void _set_reversed(var _this, bool value) native;
|
| +
|
| int get start() { return _get_start(this); }
|
| static int _get_start(var _this) native;
|
|
|
|
|