| 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 9aafdd46b3f3479ed33b5fe5ab9ef4d8687345ee..6df9027cf22edb418203d8f638f52f9db2f7331d 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
 | 
| @@ -90,7 +90,7 @@ static bool checkShapeImageOrigin(Document& document, const StyleImage& styleIma
 | 
|  
 | 
|      ASSERT(styleImage.cachedImage());
 | 
|      ImageResource& imageResource = *(styleImage.cachedImage());
 | 
| -    if (imageResource.isAccessAllowed(document.securityOrigin()))
 | 
| +    if (imageResource.isAccessAllowed(document.getSecurityOrigin()))
 | 
|          return true;
 | 
|  
 | 
|      const KURL& url = imageResource.url();
 | 
| 
 |