Index: client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart |
index 298bc46bdef014f756b6ed0a1dbfb7822b7ed47f..efabd7d884d2d89d73b2a8d3c22c68cf7b7ebcef 100644 |
--- a/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart |
+++ b/client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart |
@@ -14,6 +14,12 @@ class _DOMApplicationCacheWrappingImplementation extends DOMWrapperBase implemen |
int get status() { return _get_status(this); } |
static int _get_status(var _this) native; |
+ void abort() { |
+ _abort(this); |
+ return; |
+ } |
+ static void _abort(receiver) native; |
+ |
void addEventListener(String type, EventListener listener, [bool useCapture = null]) { |
if (useCapture === null) { |
_addEventListener_DOMApplicationCache(this, type, listener); |