| Index: Source/core/rendering/RenderRubyText.h
|
| diff --git a/Source/core/rendering/RenderRubyText.h b/Source/core/rendering/RenderRubyText.h
|
| index 432f0ab3281d3bfa23eb4b13b79a418af9eebe65..1e2b636acdc599d340391136cd0c5ad95bd25de4 100644
|
| --- a/Source/core/rendering/RenderRubyText.h
|
| +++ b/Source/core/rendering/RenderRubyText.h
|
| @@ -50,7 +50,7 @@ private:
|
| virtual bool avoidsFloats() const OVERRIDE;
|
|
|
| virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const OVERRIDE;
|
| - virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE;
|
| + virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|