| Index: third_party/WebKit/Source/core/html/HTMLRTElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLRTElement.cpp b/third_party/WebKit/Source/core/html/HTMLRTElement.cpp
|
| index 65bb354c068b66f26d6622b293d36c0a98416c32..fba813251d7d09b890249f22c590e5aeeafbae91 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLRTElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLRTElement.cpp
|
| @@ -17,7 +17,7 @@ inline HTMLRTElement::HTMLRTElement(Document& document)
|
| DEFINE_NODE_FACTORY(HTMLRTElement)
|
|
|
| LayoutObject* HTMLRTElement::createLayoutObject(const ComputedStyle& style) {
|
| - if (style.display() == EDisplay::Block)
|
| + if (style.display() == EDisplay::kBlock)
|
| return new LayoutRubyText(this);
|
| return LayoutObject::createObject(this, style);
|
| }
|
|
|