Index: Source/platform/graphics/GraphicsLayer.cpp |
diff --git a/Source/platform/graphics/GraphicsLayer.cpp b/Source/platform/graphics/GraphicsLayer.cpp |
index 6dce54de73843895ead13354d91752a9ba59bbb3..fd292483a23c8b1dad18ad90b62a3bba72c795f5 100644 |
--- a/Source/platform/graphics/GraphicsLayer.cpp |
+++ b/Source/platform/graphics/GraphicsLayer.cpp |
@@ -531,7 +531,7 @@ void GraphicsLayer::collectTrackedRepaintRects(Vector<FloatRect>& rects) const |
RepaintMap::iterator repaintIt = repaintRectMap().find(this); |
if (repaintIt != repaintRectMap().end()) |
- rects.append(repaintIt->value); |
+ rects.appendVector(repaintIt->value); |
} |
void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const |