| Index: third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| diff --git a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| index 5fdf64021d83428f969a5639e69a8bd2e3138ecf..3cd5bba85dee25a2d99765777f493b93f2cc1f56 100644
|
| --- a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| +++ b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| @@ -193,7 +193,7 @@ class CORE_EXPORT MultiColumnFragmentainerGroupList {
|
| }
|
|
|
| void append(const MultiColumnFragmentainerGroup& group) {
|
| - m_groups.append(group);
|
| + m_groups.push_back(group);
|
| }
|
| void shrink(size_t size) { m_groups.shrink(size); }
|
|
|
|
|