Index: Source/core/html/forms/TextFieldInputType.cpp |
diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp |
index d557727648b5e2223158a3596220f6e17a59fa31..a56cef76eb0c450ea79270af08f78efde3ed59a0 100644 |
--- a/Source/core/html/forms/TextFieldInputType.cpp |
+++ b/Source/core/html/forms/TextFieldInputType.cpp |
@@ -248,7 +248,7 @@ void TextFieldInputType::forwardEvent(Event* event) |
} |
} |
-void TextFieldInputType::handleFocusEvent(Element* oldFocusedNode, FocusType focusType) |
+void TextFieldInputType::handleFocusEvent(Element* oldFocusedNode, WebFocusType focusType) |
{ |
InputType::handleFocusEvent(oldFocusedNode, focusType); |
element().beginEditing(); |