Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 2a8fa4e14d082f69b330d3cc94b341cc9631236c..e4eaba471192a5f47764c75e6ea231cfb7c02f68 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -117,7 +117,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
virtual bool isPresentationAttribute(const QualifiedName&) const override; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual bool appendFormData(FormDataList&, bool) override; |
virtual void resetImpl() override; |
virtual bool hasCustomFocusLogic() const override; |