| Index: third_party/WebKit/Source/modules/notifications/Notification.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| index f9d541f0ef0d190b74a07476142084c4c2e1b66c..ddfc74ab2968769c716d7267da3ac1a6d87869d8 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -114,7 +114,7 @@ public:
|
|
|
| protected:
|
| // EventTarget interface.
|
| - bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) final;
|
| + WebInputEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) final;
|
|
|
| private:
|
| Notification(ExecutionContext*, const WebNotificationData&);
|
|
|