Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index aee74dfd44c484d1eb9d6286225aeba93da99afc..5138e47fa5fd68b7617a8add594a724b9c8e0742 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -212,7 +212,7 @@ bool HTMLTextAreaElement::appendFormData(FormDataList& encoding, bool) |
const AtomicString& dirnameAttrValue = fastGetAttribute(dirnameAttr); |
if (!dirnameAttrValue.isNull()) |
- encoding.appendData(dirnameAttrValue, directionForFormData()); |
+ encoding.appendData(dirnameAttrValue, direction()); |
return true; |
} |