Index: Source/core/html/HTMLBRElement.h |
diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h |
index 27e60ff87623f1958ec9521b183923f2c1fce690..e76b86077026f030b545c2526772c7ec2721aca1 100644 |
--- a/Source/core/html/HTMLBRElement.h |
+++ b/Source/core/html/HTMLBRElement.h |
@@ -41,7 +41,7 @@ private: |
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; |
}; |
} // namespace blink |