| Index: third_party/WebKit/Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h
|
| index eeaf44229ff520524e9e564db03a9d1f528bde54..3bdb7c6868afc236f507c81cc636d4a8798a3073 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.h
|
| @@ -118,9 +118,7 @@ class CORE_EXPORT HTMLTextAreaElement final : public TextControlElement {
|
| bool isTextControl() const override { return true; }
|
|
|
| void childrenChanged(const ChildrenChange&) override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|