| Index: Source/core/html/HTMLRubyElement.cpp
|
| diff --git a/Source/core/html/HTMLRubyElement.cpp b/Source/core/html/HTMLRubyElement.cpp
|
| index 77027cc70e6426672605e18f910ac6335f8f7221..64d9cf23e12a3b05b8d380632183463c6fc0ad0b 100644
|
| --- a/Source/core/html/HTMLRubyElement.cpp
|
| +++ b/Source/core/html/HTMLRubyElement.cpp
|
| @@ -19,7 +19,7 @@ inline HTMLRubyElement::HTMLRubyElement(Document& document)
|
|
|
| DEFINE_NODE_FACTORY(HTMLRubyElement)
|
|
|
| -LayoutObject* HTMLRubyElement::createLayoutObject(const LayoutStyle& style)
|
| +LayoutObject* HTMLRubyElement::createLayoutObject(const ComputedStyle& style)
|
| {
|
| if (style.display() == INLINE)
|
| return new LayoutRubyAsInline(this);
|
|
|