Index: webkit/tools/test_shell/test_shell_main.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_main.cc (revision 25715) |
+++ webkit/tools/test_shell/test_shell_main.cc (working copy) |
@@ -208,7 +208,7 @@ |
StatsTable::set_current(table); |
TestShell* shell; |
- if (TestShell::CreateNewWindow(uri.ToWStringHack(), &shell)) { |
+ if (TestShell::CreateNewWindow(net::FilePathToFileURL(uri), &shell)) { |
if (record_mode || playback_mode) { |
platform.SetWindowPositionForRecording(shell); |
WebKit::registerExtension(extensions_v8::PlaybackExtension::Get()); |