Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: client/dom/generated/src/wrapping/_DOMApplicationCacheWrappingImplementation.dart

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698