| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index bcdcde0abbfa184ffc8172a47c4eb00bf77bc984..7d97644418229db8f159b7b2f0533810db710b64 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();
|
| }
|
|
|