| Index: Source/core/rendering/svg/RenderSVGViewportContainer.cpp
 | 
| diff --git a/Source/core/rendering/svg/RenderSVGViewportContainer.cpp b/Source/core/rendering/svg/RenderSVGViewportContainer.cpp
 | 
| index 3b79919dd6686a6d6adc56cba430277b5141f956..b9c886b7752b862b2e3a37bbee8249cfa461c75c 100644
 | 
| --- a/Source/core/rendering/svg/RenderSVGViewportContainer.cpp
 | 
| +++ b/Source/core/rendering/svg/RenderSVGViewportContainer.cpp
 | 
| @@ -51,7 +51,7 @@ void RenderSVGViewportContainer::determineIfLayoutSizeChanged()
 | 
|  void RenderSVGViewportContainer::applyViewportClip(PaintInfo& paintInfo)
 | 
|  {
 | 
|      if (SVGRenderSupport::isOverflowHidden(this))
 | 
| -        paintInfo.context->clip(m_viewport);
 | 
| +        paintInfo.getContext()->clip(m_viewport);
 | 
|  }
 | 
|  
 | 
|  void RenderSVGViewportContainer::calcViewport()
 | 
| 
 |