Index: Source/core/html/HTMLBRElement.h |
diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h |
index a67aa3ceb845148e03e9bf49af6701100f483df7..99f19dd7d9c097dd76536d49f05216c1906c4aeb 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 RenderObject* createRenderer(RenderStyle*) override; |
+ virtual RenderObject* createRenderer(const RenderStyle*) override; |
}; |
} // namespace blink |