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

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: rebase Created 5 years, 4 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 5ab7d6653eaad620274d2520de4207f4e5ed6f6f..7224379c8bb4f4316b6dfbc2ed6d4932496bd03c 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:
« no previous file with comments | « Source/modules/cachestorage/CacheStorageError.cpp ('k') | Source/modules/cachestorage/InspectorCacheStorageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698