| Index: Source/core/rendering/RenderBlock.cpp | 
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp | 
| index 19919da715beb1b72d1a1f44c9bf53c4014a0ee4..7da9150b4436ce16494ab9665dd97d2bfdf19a69 100644 | 
| --- a/Source/core/rendering/RenderBlock.cpp | 
| +++ b/Source/core/rendering/RenderBlock.cpp | 
| @@ -1377,7 +1377,6 @@ void RenderBlock::updateScrollInfoAfterLayout() | 
|  | 
| void RenderBlock::layout() | 
| { | 
| -    StackStats::LayoutCheckPoint layoutCheckPoint; | 
| OverflowEventDispatcher dispatcher(this); | 
|  | 
| // Update our first letter info now. | 
|  |