Index: Source/core/html/HTMLTextFormControlElement.h |
diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h |
index 255143c1aea65bf47cc36c3d35f82ab2735f3373..6d1c5921f2faf1f00991e1d57d71b22755c95255 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.h |
+++ b/Source/core/html/HTMLTextFormControlElement.h |
@@ -76,12 +76,12 @@ public: |
virtual String value() const = 0; |
- HTMLElement* innerTextElement() const; |
+ HTMLElement* innerEditorElement() const; |
void selectionChanged(bool userTriggered); |
bool lastChangeWasUserEdit() const; |
- virtual void setInnerTextValue(const String&); |
- String innerTextValue() const; |
+ virtual void setInnerEditorValue(const String&); |
+ String innerEditorValue() const; |
String directionForFormData() const; |