| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| index dcc31c777e9e9a2395c217ddb180ded68bdf9585..f992bd601a8cdfccb0fdb315a572fa91f50a8acb 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
| @@ -575,7 +575,7 @@ SVGInlineTextBoxPainter::collectFragmentsInRange(int startPosition,
|
| fragment, fragmentStartPosition, fragmentEndPosition))
|
| continue;
|
|
|
| - fragmentInfoList.append(SVGTextFragmentWithRange(
|
| + fragmentInfoList.push_back(SVGTextFragmentWithRange(
|
| fragment, fragmentStartPosition, fragmentEndPosition));
|
| }
|
| return fragmentInfoList;
|
|
|