| Index: client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
|
| index d2128c2ac175ae12c2c93d2aaff250019e9a7425..74620fe6cbecc02284d23a1dd49f3409b6795872 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _HTMLDirectoryElementWrappingImplementation extends _HTMLElementWrappingIm
|
| return new _HTMLDirectoryElementWrappingImplementation();
|
| }
|
|
|
| - bool get compact() { return _get__HTMLDirectoryElement_compact(this); }
|
| - static bool _get__HTMLDirectoryElement_compact(var _this) native;
|
| + bool get compact() { return _get_compact(this); }
|
| + static bool _get_compact(var _this) native;
|
|
|
| - void set compact(bool value) { _set__HTMLDirectoryElement_compact(this, value); }
|
| - static void _set__HTMLDirectoryElement_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 typeName() { return "HTMLDirectoryElement"; }
|
| }
|
|
|