| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| index e5839cc3937025f5ca28a556191e6b98c391c931..9cd0ef208a15a8aa01a3b9f5effd352df7e97190 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp
|
| @@ -170,7 +170,7 @@ void LayoutSVGContainer::addOutlineRects(
|
| Vector<LayoutRect>& rects,
|
| const LayoutPoint&,
|
| IncludeBlockVisualOverflowOrNot) const {
|
| - rects.append(LayoutRect(visualRectInLocalSVGCoordinates()));
|
| + rects.push_back(LayoutRect(visualRectInLocalSVGCoordinates()));
|
| }
|
|
|
| void LayoutSVGContainer::updateCachedBoundaries() {
|
|
|