| Index: Source/modules/cachestorage/CacheStorageError.cpp
|
| diff --git a/Source/modules/cachestorage/CacheStorageError.cpp b/Source/modules/cachestorage/CacheStorageError.cpp
|
| index 13ccc6fe670765806c2aeb20e4ab1d0defb096c1..ca15d2f74dd692d13f0512c07999cdba090ad751 100644
|
| --- a/Source/modules/cachestorage/CacheStorageError.cpp
|
| +++ b/Source/modules/cachestorage/CacheStorageError.cpp
|
| @@ -19,6 +19,9 @@ DOMException* CacheStorageError::take(ScriptPromiseResolver*, WebType* webErrorR
|
|
|
| void CacheStorageError::dispose(WebType* webErrorRaw)
|
| {
|
| +#ifdef CRBUG_494884
|
| + delete webErrorRaw;
|
| +#endif
|
| }
|
|
|
| DOMException* CacheStorageError::createException(WebType webError)
|
|
|