| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index baa5f8121b7b8cfce423b597dd64375644ec90ab..9a88022a7c4804fe6f3a7dd324c0df5b2d110fe3 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -129,6 +129,7 @@ private:
|
|
|
| virtual bool matchesReadOnlyPseudoClass() const override;
|
| virtual bool matchesReadWritePseudoClass() const override;
|
| + virtual void copyNonAttributePropertiesFromElement(const Element&) override final;
|
|
|
| // If the String* argument is 0, apply this->value().
|
| bool valueMissing(const String*) const;
|
|
|