| Index: public/platform/WebPushClient.h
|
| diff --git a/public/platform/WebPushClient.h b/public/platform/WebPushClient.h
|
| index ad687680a2e6d78e22eb34d9b99e67c440933af1..134f44591cf2a42c91d53cc09baa0981de870d33 100644
|
| --- a/public/platform/WebPushClient.h
|
| +++ b/public/platform/WebPushClient.h
|
| @@ -17,6 +17,7 @@ typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallb
|
|
|
| class WebPushClient {
|
| public:
|
| + virtual ~WebPushClient() { }
|
| virtual void registerPushMessaging(const WebString& senderId, WebPushRegistrationCallbacks*) = 0;
|
| };
|
|
|
|
|