| Index: third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| index 89324cd30f22066435b990295499f62656b906bf..d16536f59e3000c2f9b2d12098aa5659de2b7e1c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| @@ -239,7 +239,7 @@ void SVGTextChunkBuilder::handleTextChunk(BoxListConstIterator boxStart,
|
| if (!foundFirstFragment) {
|
| foundFirstFragment = true;
|
| textLengthBias =
|
| - computeTextLengthBias(fragments.first(), textLengthScale);
|
| + computeTextLengthBias(fragments.front(), textLengthScale);
|
| }
|
|
|
| applyTextLengthScaleAdjustment(textLengthScale, textLengthBias,
|
|
|