| Index: client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
|
| index 097271abb20fe6bda15d584447f8ad463a2d1556..dd1ffac1381cce7bf5fb53d343c68a29f7356933 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLDetailsElementWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _HTMLDetailsElementWrappingImplementation extends _HTMLElementWrappingImpl
|
| return new _HTMLDetailsElementWrappingImplementation();
|
| }
|
|
|
| - bool get open() { return _get__HTMLDetailsElement_open(this); }
|
| - static bool _get__HTMLDetailsElement_open(var _this) native;
|
| + bool get open() { return _get_open(this); }
|
| + static bool _get_open(var _this) native;
|
|
|
| - void set open(bool value) { _set__HTMLDetailsElement_open(this, value); }
|
| - static void _set__HTMLDetailsElement_open(var _this, bool value) native;
|
| + void set open(bool value) { _set_open(this, value); }
|
| + static void _set_open(var _this, bool value) native;
|
|
|
| String get typeName() { return "HTMLDetailsElement"; }
|
| }
|
|
|