| 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 bb3cc3f80f4304244cbad146151cff70c69bf2ee..7731d3cd45876fd98dfce9b163df1b9a6a62a3e1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -1197,7 +1197,7 @@ bool LayoutFlexibleBox::computeNextFlexLine(OrderedFlexItemList& orderedChildren
|
|
|
| // If this condition is true, then computeMainAxisExtentForChild will call child.intrinsicContentLogicalHeight()
|
| // and child.scrollbarLogicalHeight(), so if the child has intrinsic min/max/preferred size,
|
| - // run layout on it now to make sure its logical height and scroll bars are up-to-date.
|
| + // run layout on it now to make sure its logical height and scroll bars are up to date.
|
| if (childHasIntrinsicMainAxisSize(*child) && child->needsLayout()) {
|
| child->clearOverrideSize();
|
| child->layoutIfNeeded();
|
|
|