Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index c23d4d529faf8504c0f557bbe96bcd71cd39f585..57b3b4e52b8c9d2572f108d37de8d3e5a0efc079 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -74,7 +74,7 @@ private: |
void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) const; |
static String sanitizeUserInputValue(const String&, unsigned maxLength); |
void updateValue() const; |
- virtual void setInnerTextValue(const String&) OVERRIDE; |
+ virtual void setInnerEditorValue(const String&) OVERRIDE; |
void setNonDirtyValue(const String&); |
void setValueCommon(const String&, TextFieldEventBehavior); |