Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
index 478c3265e9db797eef635d5800592d2ec0d5cb90..76d82b8372fbf25164d07e1787906493cace0f3f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp |
@@ -1682,7 +1682,7 @@ void LayoutFlexibleBox::layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, cons |
} |
updateBlockChildDirtyBitsBeforeLayout(forceChildRelayout, *child); |
if (!child->needsLayout()) |
- child->markForPaginationRelayoutIfNeeded(layoutScope); |
+ markChildForPaginationRelayoutIfNeeded(*child, layoutScope); |
if (child->needsLayout()) |
m_relaidOutChildren.add(child); |
child->layoutIfNeeded(); |