Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
index 881e0bfbaaa35e0dbc8404f9d9b7302bc84e6217..1516d3437aa253888028a2193ed4ba020ab458a2 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -2272,7 +2272,7 @@ bool LayoutBox::IsBreakBetweenControllable(EBreakBetween break_value) const { |
// If this is a flow thread for a multicol container, and we have a break |
// value for paged, we need to keep looking. |
} |
- if (curr->IsFloatingOrOutOfFlowPositioned()) |
+ if (curr->IsOutOfFlowPositioned()) |
return false; |
curr = curr->ContainingBlock(); |
} |