Index: webkit/tools/test_shell/test_shell_gtk.cc |
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc |
index 7083d7c140f5a25a618cdeb9f2a7b54660dff938..1041bdd1355c5229d70218bbdef941f472f4f7c5 100644 |
--- a/webkit/tools/test_shell/test_shell_gtk.cc |
+++ b/webkit/tools/test_shell/test_shell_gtk.cc |
@@ -570,7 +570,7 @@ void TestShell::LoadURLForFrame(const wchar_t* url, |
// PathExists will reject any string with no leading '/' |
// as well as empty strings. |
if (file_util::AbsolutePath(&path)) |
- gurl = net::FilePathToFileURL(path); |
+ gurl = net::FilePathToFileURL(FilePath::FromWStringHack(path)); |
else |
gurl = GURL(WideToUTF8(url)); |