| Index: Source/core/rendering/svg/RenderSVGForeignObject.cpp | 
| diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.cpp b/Source/core/rendering/svg/RenderSVGForeignObject.cpp | 
| index 2153235703547068b2fc7657c610377d3e5344fa..6f0507a8634a6c313fe9dc0bda71a940bae0d1ad 100644 | 
| --- a/Source/core/rendering/svg/RenderSVGForeignObject.cpp | 
| +++ b/Source/core/rendering/svg/RenderSVGForeignObject.cpp | 
| @@ -119,7 +119,6 @@ void RenderSVGForeignObject::computeLogicalHeight(LayoutUnit, LayoutUnit logical | 
|  | 
| void RenderSVGForeignObject::layout() | 
| { | 
| -    StackStats::LayoutCheckPoint layoutCheckPoint; | 
| ASSERT(needsLayout()); | 
| ASSERT(!view()->layoutStateEnabled()); // RenderSVGRoot disables layoutState for the SVG rendering tree. | 
|  | 
|  |