| Index: Source/core/html/HTMLBRElement.cpp
|
| diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp
|
| index 3fc61250532331d774e10483a347c0daa2396fc1..3fe6bf28063758de640cc4cfa285721084fcb544 100644
|
| --- a/Source/core/html/HTMLBRElement.cpp
|
| +++ b/Source/core/html/HTMLBRElement.cpp
|
| @@ -61,10 +61,10 @@ void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& na
|
| HTMLElement::collectStyleForPresentationAttribute(name, value, style);
|
| }
|
|
|
| -RenderObject* HTMLBRElement::createRenderer(RenderStyle* style)
|
| +LayoutObject* HTMLBRElement::createRenderer(RenderStyle* style)
|
| {
|
| if (style->hasContent())
|
| - return RenderObject::createObject(this, style);
|
| + return LayoutObject::createObject(this, style);
|
|
|
| return new RenderBR(this);
|
| }
|
|
|