| Index: client/dom/generated/src/frog/DOMApplicationCache.dart
|
| diff --git a/client/dom/generated/src/frog/DOMApplicationCache.dart b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| index f84c871f9ccc6f17786f8bab7b61fbb70c32fc4b..85fa1b3e65abc9f0ce7268fb2856432edc65738a 100644
|
| --- a/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| +++ b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| @@ -13,7 +13,7 @@ class _DOMApplicationCacheJs extends _DOMTypeJs implements DOMApplicationCache n
|
|
|
| static final int UPDATEREADY = 4;
|
|
|
| - int get status() native "return this.status;";
|
| + final int status;
|
|
|
| void abort() native;
|
|
|
|
|