| Index: client/html/src/ProgressEvent.dart
|
| diff --git a/client/html/src/ProgressEvent.dart b/client/html/src/ProgressEvent.dart
|
| index 0d9969b283022d66051a22a6de62bb083223177a..4964e4ea985b983f17d5b0537064b95eb2b67578 100644
|
| --- a/client/html/src/ProgressEvent.dart
|
| +++ b/client/html/src/ProgressEvent.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 ProgressEvent extends Event factory ProgressEventWrappingImplementation {
|
| +interface ProgressEvent extends Event default ProgressEventWrappingImplementation {
|
|
|
| ProgressEvent(String type, int loaded, [bool canBubble, bool cancelable,
|
| bool lengthComputable, int total]);
|
|
|