| Index: client/html/src/PopStateEvent.dart
|
| diff --git a/client/html/src/PopStateEvent.dart b/client/html/src/PopStateEvent.dart
|
| index c1392b154aa8306a385c783b4c8263c81a1802da..470db3b5b6e6289694d891eb6bcdd38e4d975750 100644
|
| --- a/client/html/src/PopStateEvent.dart
|
| +++ b/client/html/src/PopStateEvent.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 PopStateEvent extends Event factory PopStateEventWrappingImplementation {
|
| +interface PopStateEvent extends Event default PopStateEventWrappingImplementation {
|
|
|
| PopStateEvent(String type, Object state, [bool canBubble, bool cancelable]);
|
|
|
|
|