| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 83ad2a49f69c1630fd44f0c77882dbe2bd423170..fbace460b94e23026ece65b3aa8a08f1da792ece 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -1948,7 +1948,7 @@ void RenderBox::computeLogicalWidth(LogicalExtentComputedValues& computedValues)
|
| }
|
|
|
| // If layout is limited to a subtree, the subtree root's logical width does not change.
|
| - if (node() && view()->frameView() && view()->frameView()->layoutRoot(true) == this)
|
| + if (node() && view()->frameView() && view()->frameView()->isLayoutRoot(this))
|
| return;
|
|
|
| // The parent box is flexing us, so it has increased or decreased our
|
|
|