| Index: Source/WebCore/rendering/RenderBox.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBox.cpp (revision 109421)
|
| +++ Source/WebCore/rendering/RenderBox.cpp (working copy)
|
| @@ -283,7 +283,7 @@
|
|
|
| if (parentBlock) {
|
| RenderObject* parent = parentBlock->parent();
|
| - if (parent && parent->isDeprecatedFlexibleBox())
|
| + if (parent && parent->isFlexibleBoxIncludingDeprecated())
|
| parentBlock = toRenderBlock(parent);
|
|
|
| parentBlock->markSiblingsWithFloatsForLayout(this);
|
|
|