| Index: Source/core/rendering/RenderTable.cpp
|
| diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp
|
| index 30fd08b1639c7c6ce0fe7a01455f352bb2c4d8e8..5983cbf1fa6fbf97fe7446091779c3b9906fb20f 100644
|
| --- a/Source/core/rendering/RenderTable.cpp
|
| +++ b/Source/core/rendering/RenderTable.cpp
|
| @@ -425,7 +425,7 @@ void RenderTable::layout()
|
| bool sectionMoved = false;
|
| LayoutUnit movedSectionLogicalTop = 0;
|
| {
|
| - LayoutStateMaintainer statePusher(*this, locationOffset());
|
| + LayoutState state(*this, locationOffset());
|
|
|
| setLogicalHeight(0);
|
|
|
|
|