Index: Source/modules/push_messaging/PushError.h |
diff --git a/Source/modules/push_messaging/PushError.h b/Source/modules/push_messaging/PushError.h |
index a340945f95979faa76192d1204e714c3a0b28077..03857b46582ab26f6298b1335200afd4ed7542cf 100644 |
--- a/Source/modules/push_messaging/PushError.h |
+++ b/Source/modules/push_messaging/PushError.h |
@@ -19,6 +19,7 @@ public: |
// For CallbackPromiseAdapter. |
typedef blink::WebPushError WebType; |
static PassRefPtrWillBeRawPtr<DOMException> from(ScriptPromiseResolver*, WebType* webErrorRaw); |
+ static void dispose(WebType* webErrorRaw); |
private: |
PushError() WTF_DELETED_FUNCTION; |