| Index: Source/core/layout/svg/SVGTextMetrics.cpp
|
| diff --git a/Source/core/layout/svg/SVGTextMetrics.cpp b/Source/core/layout/svg/SVGTextMetrics.cpp
|
| index a804f1ff930c4bc7b38a74f47d4ce574040c206a..63b48ce4672922bbf3b46951c797739f30930116 100644
|
| --- a/Source/core/layout/svg/SVGTextMetrics.cpp
|
| +++ b/Source/core/layout/svg/SVGTextMetrics.cpp
|
| @@ -90,7 +90,7 @@ SVGTextMetrics SVGTextMetrics::measureCharacterRange(LayoutSVGInlineText* text,
|
| return SVGTextMetrics(text, constructTextRun(text, position, length, textDirection));
|
| }
|
|
|
| -SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* text, unsigned position, unsigned length, float width)
|
| +SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* text, unsigned length, float width)
|
| {
|
| ASSERT(text);
|
|
|
|
|