| Index: chrome/test/webdriver/commands/create_session.cc
|
| diff --git a/chrome/test/webdriver/commands/create_session.cc b/chrome/test/webdriver/commands/create_session.cc
|
| index 7e80ec624cf01c47b2255cc09a3584e279272d5b..9bd9795fa26f828dd9ffdcad1891a8584e932d45 100644
|
| --- a/chrome/test/webdriver/commands/create_session.cc
|
| +++ b/chrome/test/webdriver/commands/create_session.cc
|
| @@ -26,7 +26,7 @@ CreateSession::~CreateSession() {}
|
| bool CreateSession::DoesPost() { return true; }
|
|
|
| void CreateSession::ExecutePost(Response* const response) {
|
| - DictionaryValue* dict;
|
| + const DictionaryValue* dict;
|
| if (!GetDictionaryParameter("desiredCapabilities", &dict)) {
|
| response->SetError(new Error(
|
| kBadRequest, "Missing or invalid 'desiredCapabilities'"));
|
|
|