| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| index 532d84f0efe13ed2200b54f9cb0e6b9611bd0303..4caae65390a86c092af50d13dd9f066c6c9e97f9 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| @@ -107,7 +107,7 @@ void LayoutSVGInline::absoluteQuads(Vector<FloatQuad>& quads,
|
|
|
| FloatRect textBoundingBox = textRoot->strokeBoundingBox();
|
| for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
|
| - quads.append(
|
| + quads.push_back(
|
| localToAbsoluteQuad(FloatRect(textBoundingBox.x() + box->x().toFloat(),
|
| textBoundingBox.y() + box->y().toFloat(),
|
| box->logicalWidth().toFloat(),
|
|
|