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

Unified Diff: Source/modules/cachestorage/CacheTest.cpp

Issue 1240763002: CallbackPromiseAdapter types should be more compatible with WebCallbacks (3/3). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/modules/cachestorage/CacheTest.cpp
diff --git a/Source/modules/cachestorage/CacheTest.cpp b/Source/modules/cachestorage/CacheTest.cpp
index 85ea9c2b0cdfa0bde92b042e62fd48ffd9dcb0dc..290dff85d49688d512d087e355dfa8693df632fa 100644
--- a/Source/modules/cachestorage/CacheTest.cpp
+++ b/Source/modules/cachestorage/CacheTest.cpp
@@ -143,7 +143,7 @@ public:
checkBatchOperationsIfProvided(batchOperations);
OwnPtr<CacheBatchCallbacks> ownedCallbacks(adoptPtr(callbacks));
- return callbacks->onError(new WebServiceWorkerCacheError(m_error));
+ return callbacks->onError(m_error);
}
protected:

Powered by Google App Engine
This is Rietveld 408576698