Index: Source/core/html/TextFieldInputType.h |
diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h |
index e38ad7625a1606377d5dc923c946914ba8917a55..79a018745652d8e0969aeecb4c70d55b3907e15f 100644 |
--- a/Source/core/html/TextFieldInputType.h |
+++ b/Source/core/html/TextFieldInputType.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class FormDataList; |
+class FormDataList; |
// The class represents types of which UI contain text fields. |
// It supports not only the types for BaseTextInputType but also type=number. |