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..b929c653ca481b9830af6cfa53fa2532bf7d2eaf 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; |
+ EventTarget::DispatchEventResult dispatchEvent(EventDispatcher&) const override; |
}; |
} // namespace blink |