| Index: Source/core/rendering/RenderTableRow.cpp
|
| diff --git a/Source/core/rendering/RenderTableRow.cpp b/Source/core/rendering/RenderTableRow.cpp
|
| index cf07412b6bc753bc344ebf334ca7a9531e1c53f1..f1f7ef782426b9a4e6187f1eeaad9e2437ddaf6a 100644
|
| --- a/Source/core/rendering/RenderTableRow.cpp
|
| +++ b/Source/core/rendering/RenderTableRow.cpp
|
| @@ -161,7 +161,7 @@ void RenderTableRow::layout()
|
| ASSERT(needsLayout());
|
|
|
| // Table rows do not add translation.
|
| - LayoutStateMaintainer statePusher(*this, LayoutSize());
|
| + LayoutState state(*this, LayoutSize());
|
|
|
| for (RenderTableCell* cell = firstCell(); cell; cell = cell->nextCell()) {
|
| SubtreeLayoutScope layouter(*cell);
|
|
|