Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h

Issue 2807073002: Removed local RefPtr objects created from PassRefPtr arguments. (Closed)
Patch Set: addressed review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698