| Index: chrome/test/chromedriver/server/http_handler.cc
|
| diff --git a/chrome/test/chromedriver/server/http_handler.cc b/chrome/test/chromedriver/server/http_handler.cc
|
| index 279858cd29a5e8cb374c20a16e46b022772d4a33..157b94a35d43c3f97031c35f308c76bcceb4b268 100644
|
| --- a/chrome/test/chromedriver/server/http_handler.cc
|
| +++ b/chrome/test/chromedriver/server/http_handler.cc
|
| @@ -709,7 +709,7 @@ scoped_ptr<net::HttpServerResponseInfo> HttpHandler::PrepareResponseHelper(
|
| body_params.SetString("sessionId", session_id);
|
| std::string body;
|
| base::JSONWriter::WriteWithOptions(
|
| - &body_params, base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION,
|
| + body_params, base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION,
|
| &body);
|
| scoped_ptr<net::HttpServerResponseInfo> response(
|
| new net::HttpServerResponseInfo(net::HTTP_OK));
|
|
|