Index: Source/modules/push_messaging/PushEvent.h |
diff --git a/Source/modules/push_messaging/PushEvent.h b/Source/modules/push_messaging/PushEvent.h |
index 479c74ff3d2fdda09a56fed2515ed5a8795734de..229cd763955f8b1a3734edfe93d66da4f9f09211 100644 |
--- a/Source/modules/push_messaging/PushEvent.h |
+++ b/Source/modules/push_messaging/PushEvent.h |
@@ -32,9 +32,9 @@ public: |
return adoptRefWillBeNoop(new PushEvent(type, initializer)); |
} |
- virtual ~PushEvent(); |
+ ~PushEvent() override; |
- virtual const AtomicString& interfaceName() const override; |
+ const AtomicString& interfaceName() const override; |
PushMessageData* data(); |