| 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:
|
|
|