| Index: Source/core/rendering/RenderBlock.cpp | 
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp | 
| index df369d8353aa72952fa9619b38ce238f85e55ba2..6a7f9e2ab19fde96832b5762643d2d2459158433 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. | 
|  |