| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| index ccd206be5f53d066e4dadfac2e99482cb064c4fd..441643427cdc8d1e6d5557c0dc53efb8f4bbee9e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| @@ -206,7 +206,7 @@ void LayoutSVGImage::addOutlineRects(Vector<LayoutRect>& rects,
|
| IncludeBlockVisualOverflowOrNot) const {
|
| // this is called from paint() after the localTransform has already been
|
| // applied
|
| - rects.append(LayoutRect(visualRectInLocalSVGCoordinates()));
|
| + rects.push_back(LayoutRect(visualRectInLocalSVGCoordinates()));
|
| }
|
|
|
| } // namespace blink
|
|
|