Chromium Code Reviews| Index: Source/core/html/HTMLTextAreaElement.cpp |
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
| index a117edb119134559e0d8013b252f63654c6dd3ab..a161839cab20125c99db88c94851e59aa3ccbf68 100644 |
| --- a/Source/core/html/HTMLTextAreaElement.cpp |
| +++ b/Source/core/html/HTMLTextAreaElement.cpp |
| @@ -92,7 +92,6 @@ HTMLTextAreaElement::HTMLTextAreaElement(const QualifiedName& tagName, const Han |
| , m_rows(defaultRows) |
| , m_cols(defaultCols) |
| , m_wrap(SoftWrap) |
| - , m_placeholder(0) |
| , m_isDirty(false) |
| , m_wasModifiedByUser(false) |
| { |