Index: chrome/test/webdriver/commands/target_locator_commands.cc |
diff --git a/chrome/test/webdriver/commands/target_locator_commands.cc b/chrome/test/webdriver/commands/target_locator_commands.cc |
index a07b8f0a1d79bf0c4e25d919c58223b4759c88a3..5a7970e755ef5990cb4bc645811428637235a049 100644 |
--- a/chrome/test/webdriver/commands/target_locator_commands.cc |
+++ b/chrome/test/webdriver/commands/target_locator_commands.cc |
@@ -133,7 +133,7 @@ void SwitchFrameCommand::ExecutePost(Response* const response) { |
bool SwitchFrameCommand::GetWebElementParameter(const std::string& key, |
ElementId* out) const { |
- DictionaryValue* value; |
+ const DictionaryValue* value; |
if (!GetDictionaryParameter(key, &value)) |
return false; |