| Index: third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| index 9da351cfa7376ea68b806d6110c253eb75358de7..6cfc4014c2662bb3f8505fe02240df976757f6a0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| @@ -65,7 +65,7 @@ void LayoutRubyText::adjustInlineDirectionLineBounds(unsigned expansionOpportuni
|
| if (textAlign != ComputedStyle::initialTextAlign())
|
| return LayoutBlockFlow::adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, logicalWidth);
|
|
|
| - int maxPreferredLogicalWidth = this->maxPreferredLogicalWidth();
|
| + int maxPreferredLogicalWidth = this->maxPreferredLogicalWidth().toInt();
|
| if (maxPreferredLogicalWidth >= logicalWidth)
|
| return;
|
|
|
|
|