| Index: chrome/test/automation/javascript_message_utils.h
|
| diff --git a/chrome/test/automation/javascript_message_utils.h b/chrome/test/automation/javascript_message_utils.h
|
| index e4b61f4d9961f222f192336398e99dd2dc185cf8..0d6d067e9929eb766a1f2004b7b740f022410b85 100644
|
| --- a/chrome/test/automation/javascript_message_utils.h
|
| +++ b/chrome/test/automation/javascript_message_utils.h
|
| @@ -52,7 +52,7 @@ struct ValueConversionTraits<std::vector<T> > {
|
| return value;
|
| }
|
| static bool SetFromValue(const Value* value, std::vector<T>* t) {
|
| - if (!value->IsType(Value::TYPE_LIST))
|
| + if (!value->IsList())
|
| return false;
|
|
|
| const ListValue* list_value = static_cast<const ListValue*>(value);
|
|
|