| Index: client/html/src/CustomEvent.dart
|
| diff --git a/client/html/src/CustomEvent.dart b/client/html/src/CustomEvent.dart
|
| index 1c444b594395703c84022c9694a253872b965db4..2fa0615447e0519a6dcb7cdc9f0c958e8b7f1e5a 100644
|
| --- a/client/html/src/CustomEvent.dart
|
| +++ b/client/html/src/CustomEvent.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 CustomEvent extends Event factory CustomEventWrappingImplementation {
|
| +interface CustomEvent extends Event default CustomEventWrappingImplementation {
|
|
|
| CustomEvent(String type, [bool canBubble, bool cancelable, Object detail]);
|
|
|
|
|