Index: Source/core/html/TextFieldInputType.h |
diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h |
index 79a018745652d8e0969aeecb4c70d55b3907e15f..5a077fc1b6f7ef998172a388f404353bd890bccb 100644 |
--- a/Source/core/html/TextFieldInputType.h |
+++ b/Source/core/html/TextFieldInputType.h |
@@ -66,6 +66,7 @@ protected: |
virtual void disabledAttributeChanged() OVERRIDE; |
virtual void readonlyAttributeChanged() OVERRIDE; |
virtual bool supportsReadOnly() const OVERRIDE; |
+ virtual void handleFocusEvent(Element* oldFocusedNode, FocusDirection) OVERRIDE; |
virtual void handleBlurEvent() OVERRIDE; |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE; |
virtual void updateInnerTextValue() OVERRIDE; |