Index: Source/core/layout/svg/SVGTextMetrics.h |
diff --git a/Source/core/layout/svg/SVGTextMetrics.h b/Source/core/layout/svg/SVGTextMetrics.h |
index cbddde0a789de8d820c0126cb091b7911c6558d2..4b85595b5d8dcadc0ed5c332ea356d8fce0fc63c 100644 |
--- a/Source/core/layout/svg/SVGTextMetrics.h |
+++ b/Source/core/layout/svg/SVGTextMetrics.h |
@@ -35,7 +35,7 @@ public: |
SVGTextMetrics(); |
SVGTextMetrics(MetricsType); |
- SVGTextMetrics(LayoutSVGInlineText*, unsigned position, unsigned length, float width); |
+ SVGTextMetrics(LayoutSVGInlineText*, unsigned length, float width); |
static SVGTextMetrics measureCharacterRange(LayoutSVGInlineText*, unsigned position, unsigned length, TextDirection); |
static TextRun constructTextRun(LayoutSVGInlineText*, unsigned position, unsigned length, TextDirection); |