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

Unified Diff: webkit/glue/resource_handle_impl.cc

Issue 63011: Monster FilePath patch! (Closed)
Patch Set: sync with trunk Created 11 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
« no previous file with comments | « webkit/glue/plugins/plugin_host.cc ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/resource_handle_impl.cc
diff --git a/webkit/glue/resource_handle_impl.cc b/webkit/glue/resource_handle_impl.cc
index 523a293faebe4a6ab5bbca2ecc125de3f861e5c2..7b1e6a39117164c139bbfc4144396d2dc48bc8d7 100644
--- a/webkit/glue/resource_handle_impl.cc
+++ b/webkit/glue/resource_handle_impl.cc
@@ -451,7 +451,7 @@ bool ResourceHandleInternal::Start(
}
} else {
bridge_->AppendFileToUpload(
- webkit_glue::StringToStdWString(e.m_filename));
+ FilePath(webkit_glue::StringToFilePathString(e.m_filename)));
}
}
bridge_->SetUploadIdentifier(request_.httpBody()->identifier());
« no previous file with comments | « webkit/glue/plugins/plugin_host.cc ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698