| Index: chrome/test/webdriver/commands/html5_location_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/html5_location_commands.cc b/chrome/test/webdriver/commands/html5_location_commands.cc
|
| index 312950b95011670a0c9fafe86a401da6c887f2fa..eeb20ec43f39394c28d129a0e9891440d07f16a1 100644
|
| --- a/chrome/test/webdriver/commands/html5_location_commands.cc
|
| +++ b/chrome/test/webdriver/commands/html5_location_commands.cc
|
| @@ -37,7 +37,7 @@ void HTML5LocationCommand::ExecuteGet(Response* const response) {
|
| }
|
|
|
| void HTML5LocationCommand::ExecutePost(Response* const response) {
|
| - base::DictionaryValue* geolocation;
|
| + const base::DictionaryValue* geolocation;
|
| if (!GetDictionaryParameter("location", &geolocation)) {
|
| response->SetError(new Error(
|
| kBadRequest, "Missing or invalid 'location'"));
|
|
|