Index: Source/modules/push_messaging/PushError.cpp |
diff --git a/Source/modules/push_messaging/PushError.cpp b/Source/modules/push_messaging/PushError.cpp |
index 6a5d8707931cdf45bf0ddfb48f0978fbdaa243c5..b9e8d70351d8237e442345f72eb8bf14db58496b 100644 |
--- a/Source/modules/push_messaging/PushError.cpp |
+++ b/Source/modules/push_messaging/PushError.cpp |
@@ -23,4 +23,9 @@ PassRefPtrWillBeRawPtr<DOMException> PushError::from(ScriptPromiseResolver*, Web |
return DOMException::create(UnknownError); |
} |
+void PushError::dispose(WebType* webErrorRaw) |
+{ |
+ delete webErrorRaw; |
+} |
+ |
} // namespace WebCore |