| Index: Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.cpp b/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| index 1b3ef3032061606fe4e4d0c3a59e250069af6db5..a2ed74730497c3f07d572652fe59408ea2606166 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| @@ -63,4 +63,10 @@ PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::from(ScriptPromiseResol
|
| return DOMException::create(UnknownError);
|
| }
|
|
|
| +// static
|
| +void ServiceWorkerError::dispose(WebType* webErrorRaw)
|
| +{
|
| + delete webErrorRaw;
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|