| Index: client/dom/generated/src/frog/Storage.dart
|
| diff --git a/client/dom/generated/src/frog/Storage.dart b/client/dom/generated/src/frog/Storage.dart
|
| index e1ce6134588f8978db250eb4287cf8942fa14926..cfcf2b5d2153e2fdff2538e65e7ec9fe80568576 100644
|
| --- a/client/dom/generated/src/frog/Storage.dart
|
| +++ b/client/dom/generated/src/frog/Storage.dart
|
| @@ -21,7 +21,7 @@ class _StorageJs extends _DOMTypeJs implements Storage native "*Storage" {
|
| // captures what would normally be an expando and places property in the
|
| // storage, stringifying the assigned value.
|
|
|
| - var get dartObjectLocalStorage() native """
|
| + get dartObjectLocalStorage() native """
|
| if (this === window.localStorage)
|
| return window._dartLocalStorageLocalStorage;
|
| else if (this === window.sessionStorage)
|
|
|