| 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 f8106f949679b1b36a2fe8a64ecd415d6527eea4..d1dbd4cf78e64ad871e616ab5aad8efd2bb97bf2 100644
|
| --- a/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| +++ b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class DOMApplicationCache native "*DOMApplicationCache" {
|
| +class DOMApplicationCacheJS implements DOMApplicationCache native "*DOMApplicationCache" {
|
|
|
| static final int CHECKING = 2;
|
|
|
| @@ -17,7 +17,7 @@ class DOMApplicationCache native "*DOMApplicationCache" {
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|
| - bool dispatchEvent(Event evt) native;
|
| + bool dispatchEvent(EventJS evt) native;
|
|
|
| void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|
|
|