Chromium Code Reviews| Index: Source/core/html/HTMLTextAreaElement.h |
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
| index d0e86887aeddd82ede8bd53014ee0ee8c6c950ce..aeeffea63bd9e1b52eb439401b95996c6d7a5a21 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); |
| + bool setValueCommon(const String&, TextFieldEventBehavior); |
|
yosin_UTC9
2014/07/16 07:09:14
nit: Could you add comment about |bool| return val
yoichio
2014/07/16 08:07:12
Done.
|
| virtual bool supportsPlaceholder() const OVERRIDE { return true; } |
| virtual void updatePlaceholderText() OVERRIDE; |