Index: Source/core/rendering/RenderObjectChildList.cpp |
diff --git a/Source/core/rendering/RenderObjectChildList.cpp b/Source/core/rendering/RenderObjectChildList.cpp |
index cb23c14ea84a199bf1c6c76bb57451f586ebdcb8..b633c9c2eef5bb2367d806b7dcc61b1f152309f9 100644 |
--- a/Source/core/rendering/RenderObjectChildList.cpp |
+++ b/Source/core/rendering/RenderObjectChildList.cpp |
@@ -162,7 +162,7 @@ void RenderObjectChildList::insertChildNode(RenderObject* owner, RenderObject* n |
} |
newChild->setNeedsLayoutAndPrefWidthsRecalc(); |
- newChild->setShouldDoFullPaintInvalidationWithReason(PaintInvalidationRendererInsertion); |
+ newChild->setShouldDoFullPaintInvalidation(PaintInvalidationRendererInsertion); |
if (!owner->normalChildNeedsLayout()) |
owner->setChildNeedsLayout(); // We may supply the static position for an absolute positioned child. |