| Index: client/html/generated/html/interface/DOMApplicationCache.dart
|
| diff --git a/client/html/generated/html/interface/DOMApplicationCache.dart b/client/html/generated/html/interface/DOMApplicationCache.dart
|
| index 81269b35e68bd0739416597662a6bd0f2740ce19..c951ae7fef8ebb73710cf60faf59fa08d391a5f7 100644
|
| --- a/client/html/generated/html/interface/DOMApplicationCache.dart
|
| +++ b/client/html/generated/html/interface/DOMApplicationCache.dart
|
| @@ -24,12 +24,6 @@ interface DOMApplicationCache extends EventTarget {
|
|
|
| void abort();
|
|
|
| - void _addEventListener(String type, EventListener listener, [bool useCapture]);
|
| -
|
| - bool _dispatchEvent(Event evt);
|
| -
|
| - void _removeEventListener(String type, EventListener listener, [bool useCapture]);
|
| -
|
| void swapCache();
|
|
|
| void update();
|
|
|