| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index c562b927a7a1eade761fd12eea8b687a3f7a4d11..3870926c382e5c10f82ada330a8285cf237b55b9 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -1764,7 +1764,7 @@ static RawInstance* GetListInstance(Isolate* isolate, const Object& obj) {
|
| if (obj.IsInstance()) {
|
| const Instance& instance = Instance::Cast(obj);
|
| const Type& type =
|
| - Type::Handle(isolate, isolate->object_store()->list_interface());
|
| + Type::Handle(isolate, isolate->object_store()->list_type());
|
| Error& malformed_type_error = Error::Handle(isolate);
|
| if (instance.IsInstanceOf(type,
|
| TypeArguments::Handle(isolate),
|
|
|