Index: Source/core/html/HTMLWBRElement.cpp |
diff --git a/Source/core/html/HTMLWBRElement.cpp b/Source/core/html/HTMLWBRElement.cpp |
index fbfacd178a53b8d67931b929eb52572be95b75d3..f06075a1457b74b0b05e2ec11acf175221445f94 100644 |
--- a/Source/core/html/HTMLWBRElement.cpp |
+++ b/Source/core/html/HTMLWBRElement.cpp |
@@ -45,7 +45,7 @@ inline HTMLWBRElement::HTMLWBRElement(Document& document) |
DEFINE_NODE_FACTORY(HTMLWBRElement) |
-LayoutObject* HTMLWBRElement::createLayoutObject(const LayoutStyle& style) |
+LayoutObject* HTMLWBRElement::createLayoutObject(const ComputedStyle& style) |
{ |
return new LayoutWordBreak(this); |
} |