| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp | 
| index 90b10140ba49f9d70415b233dc229a2b514d7436..1bce9cf781b9e3d55e4e815f6aa1d17cd2c83b77 100644 | 
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp | 
| @@ -68,7 +68,7 @@ static float resolveHeightForRatio(float width, | 
| } | 
|  | 
| FloatSize LayoutSVGImage::calculateObjectSize() const { | 
| -  ImageResource* cachedImage = m_imageResource->cachedImage(); | 
| +  ImageResourceContent* cachedImage = m_imageResource->cachedImage(); | 
| if (!cachedImage || cachedImage->errorOccurred()) | 
| return m_objectBoundingBox.size(); | 
|  | 
|  |