| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 52f8ba5ec029f413402c967e5a32e526e52294ca..c97cc6eae13924abbd05eab63e2861b6c3806aa6 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -314,7 +314,6 @@ void RenderBox::layout()
|
| ASSERT(!child->needsLayout());
|
| child = child->nextSibling();
|
| }
|
| - statePusher.pop();
|
| invalidateBackgroundObscurationStatus();
|
| clearNeedsLayout();
|
| }
|
|
|