Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index 8d892d2700b4ef5a6927dbbd9214087c090e6d5e..06c19df322420d74c070f45e02f860908d6fd8af 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -290,7 +290,7 @@ protected: |
void paintChild(RenderBox*, PaintInfo&, const LayoutPoint&); |
void paintChildAsInlineBlock(RenderBox*, PaintInfo&, const LayoutPoint&); |
- virtual void adjustInlineDirectionLineBounds(int /* expansionOpportunityCount */, float& /* logicalLeft */, float& /* logicalWidth */) const { } |
+ virtual void adjustInlineDirectionLineBounds(unsigned /* expansionOpportunityCount */, float& /* logicalLeft */, float& /* logicalWidth */) const { } |
virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE; |