| Index: Source/core/html/HTMLBRElement.h
|
| diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h
|
| index 633c66a6a8ccf5eb2ffecce954f69537e022c929..fd4a422841f622b87c947c680e6076128d5185e6 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(const RenderStyle&) override;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|