| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| index 6044f69169fe3fa7d924520e3e87119b918052b2..ddc5cd2b29b0e6185ae87085e3e785bca94a046a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| @@ -612,7 +612,7 @@ bool LayoutMultiColumnSet::computeColumnRuleBounds(
|
| ruleBottom = ruleTop + ruleThickness;
|
| }
|
|
|
| - columnRuleBounds.append(LayoutRect(
|
| + columnRuleBounds.push_back(LayoutRect(
|
| ruleLeft, ruleTop, ruleRight - ruleLeft, ruleBottom - ruleTop));
|
| }
|
|
|
|
|