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