Index: Source/modules/serviceworkers/ServiceWorkerError.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h |
index 2fd013f5800b6be0414ae8201947d0c283ae0043..0bf06a580070042d90f6a32559d90e7587aad5c1 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerError.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerError.h |
@@ -45,6 +45,7 @@ public: |
// For CallbackPromiseAdapter |
typedef blink::WebServiceWorkerError WebType; |
static PassRefPtrWillBeRawPtr<DOMException> from(ScriptPromiseResolver*, WebType* webErrorRaw); |
+ static void dispose(WebType* webErrorRaw); |
private: |
WTF_MAKE_NONCOPYABLE(ServiceWorkerError); |