Index: Source/modules/push_messaging/PushError.cpp |
diff --git a/Source/modules/push_messaging/PushError.cpp b/Source/modules/push_messaging/PushError.cpp |
index af263b0cf200509219531eab95bd838046fbaf63..49f14ec7d7fdc90d51cbe08a4078c42a29c08cc3 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 blink |