Index: Source/core/html/HTMLBRElement.cpp |
diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp |
index 44dd43b7cdf0b655c4b76e757f94eaf84e7307c2..42165f037f50df7d82f2cbee3439148e15b048e5 100644 |
--- a/Source/core/html/HTMLBRElement.cpp |
+++ b/Source/core/html/HTMLBRElement.cpp |
@@ -61,7 +61,7 @@ void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& na |
HTMLElement::collectStyleForPresentationAttribute(name, value, style); |
} |
-LayoutObject* HTMLBRElement::createLayoutObject(const LayoutStyle& style) |
+LayoutObject* HTMLBRElement::createLayoutObject(const ComputedStyle& style) |
{ |
if (style.hasContent()) |
return LayoutObject::createObject(this, style); |