Index: Source/core/rendering/RenderRubyText.cpp |
diff --git a/Source/core/rendering/RenderRubyText.cpp b/Source/core/rendering/RenderRubyText.cpp |
index 3cbc0e557e07a9262577dccc9bff187b252ee0a4..5e4697873474f4c48032fbd818bf29cdb61cf4e0 100644 |
--- a/Source/core/rendering/RenderRubyText.cpp |
+++ b/Source/core/rendering/RenderRubyText.cpp |
@@ -62,7 +62,7 @@ ETextAlign RenderRubyText::textAlignmentForLine(bool endsWithSoftBreak) const |
return JUSTIFY; |
} |
-void RenderRubyText::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const |
+void RenderRubyText::adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const |
{ |
ETextAlign textAlign = style()->textAlign(); |
// FIXME: This check is bogus since user can set the initial value. |