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

Unified Diff: Source/core/inspector/InspectorResourceAgent.cpp

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporating Review Comments Created 5 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: Source/core/inspector/InspectorResourceAgent.cpp
diff --git a/Source/core/inspector/InspectorResourceAgent.cpp b/Source/core/inspector/InspectorResourceAgent.cpp
index 52b5aa18d293847699bfbb421a6ba5767ea1f948..d178c3c3d1db72d383d35f5e0ff6938373d49ebb 100644
--- a/Source/core/inspector/InspectorResourceAgent.cpp
+++ b/Source/core/inspector/InspectorResourceAgent.cpp
@@ -464,7 +464,7 @@ void InspectorResourceAgent::didReceiveCORSRedirectResponse(LocalFrame* frame, u
{
// Update the response and finish loading
didReceiveResourceResponse(frame, identifier, loader, response, resourceLoader);
- didFinishLoading(identifier, 0, blink::WebURLLoaderClient::kUnknownEncodedDataLength);
+ didFinishLoading(identifier, 0, WebURLLoaderClient::kUnknownEncodedDataLength);
}
void InspectorResourceAgent::didFailLoading(unsigned long identifier, const ResourceError& error)
« no previous file with comments | « Source/core/inspector/InspectorLayerTreeAgent.cpp ('k') | Source/core/inspector/InspectorResourceContentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698