| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index c30e4b3643d4712176da02649cdb756bb80b328d..95a131ba743bec1388816d5baa6c1f9f98f3ca42 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -134,6 +134,7 @@ protected:
|
| String valueWithHardLineBreaks() const;
|
|
|
| virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
|
| + virtual void copyNonAttributePropertiesFromElement(const Element&) override;
|
|
|
| private:
|
| int computeSelectionStart() const;
|
|
|