| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 9450eaec737089b53e66569a692912d03acd98fd..64ae3d46e092cd5e2e3a9df5af43a9da9087cd70 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -379,7 +379,7 @@ public:
|
| virtual void willCallDefaultEventHandler(const Event&) OVERRIDE FINAL;
|
| 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();
|
|
|