| Index: chrome/test/webdriver/commands/alert_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/alert_commands.cc b/chrome/test/webdriver/commands/alert_commands.cc
|
| index 5b0df4721e873179b226c3521aab1e4404b02f06..fbaf8922f3d9478823ccda3b948c554a5d57a777 100644
|
| --- a/chrome/test/webdriver/commands/alert_commands.cc
|
| +++ b/chrome/test/webdriver/commands/alert_commands.cc
|
| @@ -35,7 +35,7 @@ void AlertTextCommand::ExecuteGet(Response* const response) {
|
| response->SetError(error);
|
| return;
|
| }
|
| - response->SetValue(Value::CreateStringValue(text));
|
| + response->SetValue(base::StringValue::New(text));
|
| }
|
|
|
| void AlertTextCommand::ExecutePost(Response* const response) {
|
|
|