Index: Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp b/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
index 5b5df74ddd539341cc2839f8327e191b406980dd..148722500037815027290e1f3a53de6d33be577e 100644 |
--- a/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
+++ b/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
@@ -154,7 +154,7 @@ static LayoutUnit marginWidthForChild(RenderBox* child) |
return margin; |
} |
-static bool childDoesNotAffectWidthOrFlexing(RenderObject* child) |
+static bool childDoesNotAffectWidthOrFlexing(LayoutObject* child) |
{ |
// Positioned children and collapsed children don't affect the min/max width. |
return child->isOutOfFlowPositioned() || child->style()->visibility() == COLLAPSE; |