Index: third_party/WebKit/Source/modules/push_messaging/PushEvent.h |
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.h b/third_party/WebKit/Source/modules/push_messaging/PushEvent.h |
index e8fe652690d301c480f5472fb6890826a97f1e0f..2dc492b5324c318372e28cec16f85d6397625ebe 100644 |
--- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.h |
+++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.h |
@@ -33,6 +33,7 @@ class MODULES_EXPORT PushEvent final : public ExtendableEvent { |
~PushEvent() override; |
+ // ExtendableEvent interface. |
const AtomicString& interfaceName() const override; |
PushMessageData* data(); |