Index: Source/core/html/HTMLTextFormControlElement.h |
diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h |
index e27eabcf5a3ad2b1c1a7b4c4d34982ab353d83d2..f491666f1c8683c507e72920aac45a1682d704b0 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.h |
+++ b/Source/core/html/HTMLTextFormControlElement.h |
@@ -90,6 +90,8 @@ public: |
String directionForFormData() const; |
+ String directionForAutocomplete() const; |
+ |
void setTextAsOfLastFormControlChangeEvent(const String& text) { m_textAsOfLastFormControlChangeEvent = text; } |
// These functions don't cause synchronous layout and SpellChecker uses |