Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 485f8da9207dcb465295c2f99dc9d71cf56f8f02..ef01a2fa54ab44f6d56ecd6c05eda67672313bce 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -377,7 +377,7 @@ public: |
virtual bool isMouseFocusable() const; |
virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType); |
virtual void dispatchBlurEvent(Element* newFocusedElement); |
- void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement); |
+ virtual void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement, FocusType); |
void dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement); |
String innerText(); |