| Index: chrome/test/automation/javascript_execution_controller.cc
|
| diff --git a/chrome/test/automation/javascript_execution_controller.cc b/chrome/test/automation/javascript_execution_controller.cc
|
| index 26d32d082a1d1a3def92a56d00083fa212d269fd..3cd0753c95af9e279eb7da503d82266f82ad2875 100644
|
| --- a/chrome/test/automation/javascript_execution_controller.cc
|
| +++ b/chrome/test/automation/javascript_execution_controller.cc
|
| @@ -72,7 +72,7 @@ bool JavaScriptExecutionController::ParseJSON(const std::string& json,
|
| scoped_ptr<Value>* result) {
|
| JSONStringValueSerializer parse(json);
|
| std::string parsing_error;
|
| - scoped_ptr<Value> root_value(parse.Deserialize(&parsing_error));
|
| + scoped_ptr<Value> root_value(parse.Deserialize(NULL, &parsing_error));
|
|
|
| if (!root_value.get()) {
|
| if (parsing_error.length())
|
|
|