Index: webkit/glue/unittest_test_server.h |
=================================================================== |
--- webkit/glue/unittest_test_server.h (revision 13436) |
+++ webkit/glue/unittest_test_server.h (working copy) |
@@ -26,7 +26,7 @@ |
FilePath no_cert; |
FilePath docroot = FilePath::FromWStringHack(L"webkit/data"); |
if (!test_server->Start(net::TestServerLauncher::ProtoHTTP, |
- "localhost", 1337, docroot, no_cert)) { |
+ "localhost", 1337, docroot, no_cert, std::wstring())) { |
delete test_server; |
return NULL; |
} |