Index: third_party/WebKit/Source/modules/notifications/NotificationEvent.h |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEvent.h b/third_party/WebKit/Source/modules/notifications/NotificationEvent.h |
index 61bb7319cda0e1fdb5831b6f6315d19d26caa82a..9ef06c7a5283430acb6b6dcceff9e07ffa51d958 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.h |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.h |
@@ -35,6 +35,7 @@ class MODULES_EXPORT NotificationEvent final : public ExtendableEvent { |
String action() const { return m_action; } |
String reply() const { return m_reply; } |
+ // ExtendableEvent interface. |
const AtomicString& interfaceName() const override; |
DECLARE_VIRTUAL_TRACE(); |