Index: Source/core/html/forms/TextFieldInputType.cpp |
diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp |
index 1794ee257b71fb8ed582fb0e81a60406cb94ab21..199e2d77d67c38e770e040666e9a9acd97c33f57 100644 |
--- a/Source/core/html/forms/TextFieldInputType.cpp |
+++ b/Source/core/html/forms/TextFieldInputType.cpp |
@@ -469,7 +469,7 @@ bool TextFieldInputType::appendFormData(FormDataList& list, bool multipart) cons |
InputType::appendFormData(list, multipart); |
const AtomicString& dirnameAttrValue = element().fastGetAttribute(dirnameAttr); |
if (!dirnameAttrValue.isNull()) |
- list.appendData(dirnameAttrValue, element().directionForFormData()); |
+ list.appendData(dirnameAttrValue, element().direction()); |
return true; |
} |