| Index: chrome/test/webdriver/commands/response.cc
|
| diff --git a/chrome/test/webdriver/commands/response.cc b/chrome/test/webdriver/commands/response.cc
|
| index 882dbeb23cc469cb14d215260d7065344fc39187..1c09d3953885bc08fc9fe39824ed5307434e2bfa 100644
|
| --- a/chrome/test/webdriver/commands/response.cc
|
| +++ b/chrome/test/webdriver/commands/response.cc
|
| @@ -46,7 +46,7 @@ void Response::SetStatus(ErrorCode status) {
|
| data_.SetInteger(kStatusKey, status);
|
| }
|
|
|
| -Value* Response::GetValue() const {
|
| +const Value* Response::GetValue() const {
|
| Value* out = NULL;
|
| LOG_IF(WARNING, !data_.Get(kValueKey, &out))
|
| << "Accessing unset response value."; // Should never happen.
|
|
|