diff options
Diffstat (limited to 'Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h')
-rw-r--r-- | Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h b/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h index 3b707128d..171e55fc8 100644 --- a/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h +++ b/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h @@ -69,11 +69,11 @@ public: private: // WebProcessSupplement - virtual void initialize(const WebProcessCreationParameters&) override; + void initialize(const WebProcessCreationParameters&) override; // IPC::MessageReceiver // Implemented in generated WebNotificationManagerMessageReceiver.cpp - virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&) override; + void didReceiveMessage(IPC::Connection&, IPC::Decoder&) override; void didShowNotification(uint64_t notificationID); void didClickNotification(uint64_t notificationID); |