Index: Source/core/html/forms/TextFieldInputType.h |
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h |
index 1160a5a57da8be91bab961743cca9c3e46381e57..0e705a3c6cfc019cf1f9e1419b2df762a0dec6ae 100644 |
--- a/Source/core/html/forms/TextFieldInputType.h |
+++ b/Source/core/html/forms/TextFieldInputType.h |
@@ -60,7 +60,7 @@ protected: |
virtual void disabledAttributeChanged() override; |
virtual void readonlyAttributeChanged() override; |
virtual bool supportsReadOnly() const override; |
- virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) override final; |
+ virtual void handleFocusEvent(Element* oldFocusedNode, WebFocusType) override final; |
virtual void handleBlurEvent() override final; |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) override; |
virtual void updateView() override; |