summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache')
-rw-r--r--webkit/appcache/appcache_service.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_service.cc b/webkit/appcache/appcache_service.cc
index b9a3079..55ae766 100644
--- a/webkit/appcache/appcache_service.cc
+++ b/webkit/appcache/appcache_service.cc
@@ -65,6 +65,11 @@ class AppCacheService::NewAsyncHelper
callback_.Reset();
}
+ static void DeferredCallCallback(const net::CompletionCallback& callback,
+ int rv) {
+ callback.Run(rv);
+ }
+
AppCacheService* service_;
net::CompletionCallback callback_;
};