| Index: Source/core/rendering/RenderTableCell.cpp
|
| diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp
|
| index 25ae144ebb65a5eb743f3f852cedcc5c7b8c0551..b1badb2eeca2a7f4cf77b4162504647825f3732b 100644
|
| --- a/Source/core/rendering/RenderTableCell.cpp
|
| +++ b/Source/core/rendering/RenderTableCell.cpp
|
| @@ -226,7 +226,6 @@ void RenderTableCell::layout()
|
| {
|
| ASSERT(needsLayout());
|
|
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| updateFirstLetter();
|
|
|
| int oldCellBaseline = cellBaselinePosition();
|
|
|