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

Unified Diff: WebCore/loader/DocumentThreadableLoader.cpp

Issue 28077: WebKit side of merge from r41149 to r41181. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/WebKit/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « WebCore/inspector/InspectorController.cpp ('k') | WebCore/loader/ThreadableLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/loader/DocumentThreadableLoader.cpp
===================================================================
--- WebCore/loader/DocumentThreadableLoader.cpp (revision 10232)
+++ WebCore/loader/DocumentThreadableLoader.cpp (working copy)
@@ -82,7 +82,7 @@
// FIXME: This needs to be fixed to follow the redirect correctly even for cross-domain requests.
if (!m_document->securityOrigin()->canRequest(request.url())) {
RefPtr<DocumentThreadableLoader> protect(this);
- m_client->didFailWillSendRequestCheck();
+ m_client->didFailRedirectCheck();
cancel();
}
}
« no previous file with comments | « WebCore/inspector/InspectorController.cpp ('k') | WebCore/loader/ThreadableLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698