| Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| index aec2da5ac2945ca1e4e48f0669f2ad25db31a4ea..20c0049aca17ac1c1afea1af9a00f8f2d8e78dc5 100644
|
| --- a/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| @@ -56,7 +56,7 @@ Path RenderSVGTextPath::layoutPath() const
|
|
|
| float RenderSVGTextPath::startOffset() const
|
| {
|
| - return toSVGTextPathElement(node())->startOffsetCurrentValue().valueAsPercentage();
|
| + return toSVGTextPathElement(node())->startOffset()->currentValue()->valueAsPercentage();
|
| }
|
|
|
| }
|
|
|