| Index: chrome/test/webdriver/commands/response.cc
|
| diff --git a/chrome/test/webdriver/commands/response.cc b/chrome/test/webdriver/commands/response.cc
|
| index 5fece6de14e4a42e6bd9824b27da759135c92e5c..07c6e2473c1596ad0a5dda1e6e6aec22d4c9c80a 100644
|
| --- a/chrome/test/webdriver/commands/response.cc
|
| +++ b/chrome/test/webdriver/commands/response.cc
|
| @@ -76,8 +76,7 @@ std::string Response::ToJSON() const {
|
| // option so that the JSONWriter doesn't add '.0' to the end and confuse
|
| // the WebDriver client.
|
| base::JSONWriter::WriteWithOptions(
|
| - &data_, false,
|
| - base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION, &json);
|
| + &data_, base::JSONWriter::OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION, &json);
|
| return json;
|
| }
|
|
|
|
|