| Index: third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| index f9e79459f53502203d0f4368d8917058b1c4eff7..983c3269d84e5f4ad5eb2fdbfbbf8bf57effaefd 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| @@ -314,7 +314,7 @@ void TableSectionPainter::paintObject(const PaintInfo& paintInfo,
|
| if (!spanningCells.add(cell).isNewEntry)
|
| continue;
|
| }
|
| - cells.append(cell);
|
| + cells.push_back(cell);
|
| }
|
| }
|
| }
|
|
|