Index: third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h |
diff --git a/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h |
index cdb9d55fc6b99bdb350ce2d7a4932fbe2f4b0ce1..c97eb867706d521eb112a9d0150cb1605300adfa 100644 |
--- a/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h |
+++ b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h |
@@ -119,7 +119,7 @@ class PLATFORM_EXPORT CrossOriginAccessControl { |
// message for any of the error conditions. |
static RedirectStatus CheckRedirectLocation(const KURL&); |
- static bool HandleRedirect(PassRefPtr<SecurityOrigin>, |
+ static bool HandleRedirect(RefPtr<SecurityOrigin>, |
ResourceRequest&, |
const ResourceResponse&, |
StoredCredentials, |