| Index: client/html/src/StorageEvent.dart
|
| diff --git a/client/html/src/StorageEvent.dart b/client/html/src/StorageEvent.dart
|
| index 43ba6b8841270439e59dcf24fe649940f95fcb51..f650fcd83b87ceb74604a278daed54c8d15ed26e 100644
|
| --- a/client/html/src/StorageEvent.dart
|
| +++ b/client/html/src/StorageEvent.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 StorageEvent extends Event factory StorageEventWrappingImplementation {
|
| +interface StorageEvent extends Event default StorageEventWrappingImplementation {
|
|
|
| StorageEvent(String type, String key, String url, Storage storageArea,
|
| [bool canBubble, bool cancelable, String oldValue, String newValue]);
|
|
|