Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
index 43c3296c6ec9713cff13e9affb9ba0c26436a475..fa5be51d5a0b2ba2dc789337f0e55903f03bda60 100644 |
--- a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
+++ b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
@@ -70,7 +70,7 @@ static inline RenderObject* renderObjectFromRun(const TextRun& run) |
return 0; |
} |
-float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, Glyph& glyphId) const |
+float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, unsigned& charsConsumed, Glyph& glyphId) const |
{ |
SimpleShaper it(&font, run); |
GlyphBuffer glyphBuffer; |