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