| 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 dfa1cf82d54a6dc210467250d3fcf2867ad27e9a..e2cfb7bb9ca24ec3fba48bf289df1cc30a7aecdd 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.h
|
| @@ -33,7 +33,7 @@ public:
|
|
|
| ~NotificationEvent() override;
|
|
|
| - Notification* notification() const { return m_notification.get(); }
|
| + Notification* getNotification() const { return m_notification.get(); }
|
| String action() const { return m_action; }
|
|
|
| const AtomicString& interfaceName() const override;
|
|
|