| Index: client/html/src/ErrorEvent.dart
|
| diff --git a/client/html/src/ErrorEvent.dart b/client/html/src/ErrorEvent.dart
|
| index 6425797469dfea8c5b907b1bd6a842fdc64f90ea..2e1a8d198a9697567d08053836ef5e8293302a89 100644
|
| --- a/client/html/src/ErrorEvent.dart
|
| +++ b/client/html/src/ErrorEvent.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 ErrorEvent extends Event factory ErrorEventWrappingImplementation {
|
| +interface ErrorEvent extends Event default ErrorEventWrappingImplementation {
|
|
|
| ErrorEvent(String type, String message, String filename, int lineNo,
|
| [bool canBubble, bool cancelable]);
|
|
|