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