Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 290e109ca74f37aec8f97cd9162be43fe69ba0e8..b5f9ffb4b5f7320263d27d014696545f513cf86c 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -76,7 +76,7 @@ private: |
void updateValue() const; |
virtual void setInnerEditorValue(const String&) OVERRIDE; |
void setNonDirtyValue(const String&); |
- void setValueCommon(const String&, TextFieldEventBehavior); |
+ void setValueCommon(const String&, TextFieldEventBehavior, SelectionOption = NotChangeSelection); |
virtual bool supportsPlaceholder() const OVERRIDE { return true; } |
virtual void updatePlaceholderText() OVERRIDE; |