| Index: Source/modules/push_messaging/PushError.h
|
| diff --git a/Source/modules/push_messaging/PushError.h b/Source/modules/push_messaging/PushError.h
|
| index ba0bc305da17b054f0afee5513e1cb1ae12fc8c4..0362e1a44264b3d2f2279b7c9454492a00a99d5c 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;
|
|
|