| Index: third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/TrailingObjects.h b/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| index 5167b9162591caa873d43f7a155eca39b3ca8c6a..255644025421e18ce9f9f9e119405db836c2fefb 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| @@ -82,7 +82,7 @@ class TrailingObjects {
|
|
|
| void appendObjectIfNeeded(LineLayoutItem object) {
|
| if (m_whitespace)
|
| - m_objects.append(object);
|
| + m_objects.push_back(object);
|
| }
|
|
|
| enum CollapseFirstSpaceOrNot { DoNotCollapseFirstSpace, CollapseFirstSpace };
|
|
|