| Index: net/test/local_test_server_posix.cc
|
| diff --git a/net/test/local_test_server_posix.cc b/net/test/local_test_server_posix.cc
|
| index 7afd422b94a6e1980a5f1e4019fbd0198ca58f8c..f9b0f9e8458a158cb41800f1fc6dc1688a1733ba 100644
|
| --- a/net/test/local_test_server_posix.cc
|
| +++ b/net/test/local_test_server_posix.cc
|
| @@ -101,7 +101,8 @@ bool LocalTestServer::LaunchPython(const FilePath& testserver_path) {
|
| getenv(kPythonPathEnv);
|
| CommandLine python_command(FilePath(FILE_PATH_LITERAL("python")));
|
|
|
| - python_command.AppendArgPath(testserver_path);
|
| + AddPythonArguments(testserver_path, &python_command);
|
| +
|
| if (!AddCommandLineArguments(&python_command))
|
| return false;
|
|
|
|
|