| Index: third_party/WebKit/Source/core/events/FocusEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/FocusEvent.h b/third_party/WebKit/Source/core/events/FocusEvent.h
|
| index f85bd94547f849a06acca9abc01567f52eeb147f..bc4d7ec4d9df6bd6aaf28446e02a12f32c00dee6 100644
|
| --- a/third_party/WebKit/Source/core/events/FocusEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/FocusEvent.h
|
| @@ -76,7 +76,7 @@ public:
|
| private:
|
| explicit FocusEventDispatchMediator(PassRefPtrWillBeRawPtr<FocusEvent>);
|
| FocusEvent& event() const { return static_cast<FocusEvent&>(EventDispatchMediator::event()); }
|
| - bool dispatchEvent(EventDispatcher&) const override;
|
| + DispatchEventResult dispatchEvent(EventDispatcher&) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|