| Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp | 
| index a758f9b662b579de73a838477024405368081bf5..1a4fa4a608d64d5521f912d2b1f32b9be22907ca 100644 | 
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp | 
| @@ -98,7 +98,7 @@ static bool checkShapeImageOrigin(Document& document, | 
| return true; | 
|  | 
| ASSERT(styleImage.cachedImage()); | 
| -  ImageResource& imageResource = *(styleImage.cachedImage()); | 
| +  ImageResourceContent& imageResource = *(styleImage.cachedImage()); | 
| if (imageResource.isAccessAllowed(document.getSecurityOrigin())) | 
| return true; | 
|  | 
|  |