| Index: client/html/src/OverflowEvent.dart
|
| diff --git a/client/html/src/OverflowEvent.dart b/client/html/src/OverflowEvent.dart
|
| index f76c72b022135ae0d11f8d26a6da6c0a69544786..079e749f3c27cc8cb4e4dfc61210fbabe47c8a87 100644
|
| --- a/client/html/src/OverflowEvent.dart
|
| +++ b/client/html/src/OverflowEvent.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -interface OverflowEvent extends Event factory OverflowEventWrappingImplementation {
|
| +interface OverflowEvent extends Event default OverflowEventWrappingImplementation {
|
|
|
| OverflowEvent(int orient, bool horizontalOverflow, bool verticalOverflow);
|
|
|
|
|