Index: chrome/test/webdriver/commands/execute_async_script_command.cc |
diff --git a/chrome/test/webdriver/commands/execute_async_script_command.cc b/chrome/test/webdriver/commands/execute_async_script_command.cc |
index 8acd4b87412668e29f9dd5e14e20e830aaa957ca..62635df572315901eabb2244bf88acead11bce23 100644 |
--- a/chrome/test/webdriver/commands/execute_async_script_command.cc |
+++ b/chrome/test/webdriver/commands/execute_async_script_command.cc |
@@ -30,7 +30,7 @@ void ExecuteAsyncScriptCommand::ExecutePost(Response* const response) { |
return; |
} |
- ListValue* args; |
+ const ListValue* args; |
if (!GetListParameter("args", &args)) { |
response->SetError(new Error( |
kBadRequest, "No script arguments specified")); |