| 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 ac10fa37b7c870d281972e7581354e8c645401dc..f8106f949679b1b36a2fe8a64ecd415d6527eea4 100644
|
| --- a/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| +++ b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| @@ -13,7 +13,7 @@ class DOMApplicationCache native "*DOMApplicationCache" {
|
|
|
| static final int UPDATEREADY = 4;
|
|
|
| - int status;
|
| + int get status() native "return this.status;";
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|
|
|