diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_gtk.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index 7083d7c..1041bdd 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)); |