Index: third_party/WebKit/Source/core/page/PrintContext.cpp |
diff --git a/third_party/WebKit/Source/core/page/PrintContext.cpp b/third_party/WebKit/Source/core/page/PrintContext.cpp |
index 930a7689bc31509985441e763a6c8a16cd82cfbe..e88fd38599e162a4fd98c01cee87e5ed16616fcb 100644 |
--- a/third_party/WebKit/Source/core/page/PrintContext.cpp |
+++ b/third_party/WebKit/Source/core/page/PrintContext.cpp |
@@ -159,7 +159,7 @@ void PrintContext::computePageRectsWithPageSizeInternal( |
pageLogicalHeight); |
if (!isHorizontal) |
pageRect = pageRect.transposedRect(); |
- m_pageRects.append(pageRect); |
+ m_pageRects.push_back(pageRect); |
} |
} |