| Index: Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/Source/core/layout/LayoutFlexibleBox.h b/Source/core/layout/LayoutFlexibleBox.h
|
| index 163836c1c762afc69afa10ed2b81d211cbee02cc..83588e2c679339432f8604addef1bca743a58634 100644
|
| --- a/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -129,7 +129,7 @@ private:
|
| ItemPosition alignmentForChild(LayoutBox& child) const;
|
| LayoutUnit mainAxisBorderAndPaddingExtentForChild(LayoutBox& child) const;
|
| LayoutUnit computeInnerFlexBaseSizeForChild(LayoutBox& child, ChildLayoutType = LayoutIfNeeded);
|
| - bool mainAxisLengthIsIndefinite(LayoutBox& child, const Length& flexBasis) const;
|
| + bool mainAxisLengthIsDefinite(LayoutBox& child, const Length& flexBasis) const;
|
| bool childFlexBaseSizeRequiresLayout(LayoutBox& child) const;
|
| bool needToStretchChildLogicalHeight(LayoutBox& child) const;
|
| EOverflow mainAxisOverflowForChild(LayoutBox& child) const;
|
|
|