| Index: client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
|
| index f553bd52c1c4cc4a5cc8d367af7382ae43e74908..d12807bada4f8ba1398b469299c89b1e77d15a48 100644
|
| --- a/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_OverflowEventWrappingImplementation.dart
|
| @@ -20,11 +20,5 @@ class _OverflowEventWrappingImplementation extends _EventWrappingImplementation
|
| bool get verticalOverflow() { return _get_verticalOverflow(this); }
|
| static bool _get_verticalOverflow(var _this) native;
|
|
|
| - void initOverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow) {
|
| - _initOverflowEvent(this, orient, horizontalOverflow, verticalOverflow);
|
| - return;
|
| - }
|
| - static void _initOverflowEvent(receiver, orient, horizontalOverflow, verticalOverflow) native;
|
| -
|
| String get typeName() { return "OverflowEvent"; }
|
| }
|
|
|