Index: Source/core/html/HTMLRTElement.cpp |
diff --git a/Source/core/html/HTMLRTElement.cpp b/Source/core/html/HTMLRTElement.cpp |
index 1c98684850790b6e8a066566f45f956a8ea08340..70c8bad67d3374d72033baa719e07bf576ad0407 100644 |
--- a/Source/core/html/HTMLRTElement.cpp |
+++ b/Source/core/html/HTMLRTElement.cpp |
@@ -19,7 +19,7 @@ inline HTMLRTElement::HTMLRTElement(Document& document) |
DEFINE_NODE_FACTORY(HTMLRTElement) |
-LayoutObject* HTMLRTElement::createLayoutObject(const LayoutStyle& style) |
+LayoutObject* HTMLRTElement::createLayoutObject(const ComputedStyle& style) |
{ |
if (style.display() == BLOCK) |
return new LayoutRubyText(this); |