| Index: Source/core/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
|
| index 8f7d9dc176bf6a8c8b6d993acedc112c9e523bae..d868e8fb49f80407d3e9e394e98cba90fd405671 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/core/html/HTMLTextAreaElement.cpp
|
| @@ -198,7 +198,7 @@ void HTMLTextAreaElement::parseAttribute(const QualifiedName& name, const Atomic
|
| HTMLTextFormControlElement::parseAttribute(name, value);
|
| }
|
|
|
| -LayoutObject* HTMLTextAreaElement::createLayoutObject(const LayoutStyle&)
|
| +LayoutObject* HTMLTextAreaElement::createLayoutObject(const ComputedStyle&)
|
| {
|
| return new LayoutTextControlMultiLine(this);
|
| }
|
|
|