| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index a62ac0ea989415e03b76dcc5f658511fe4edd706..43390807e6657d827e5a8a8bdf1ba03de6d84551 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1508,7 +1508,7 @@ void Isolate::AddClosureFunction(const Function& function) const {
|
| // all closure functions becomes more difficult, especially when
|
| // the list/map changes while iterating over it.
|
| RawFunction* Isolate::LookupClosureFunction(const Function& parent,
|
| - intptr_t token_pos) const {
|
| + TokenDescriptor token_pos) const {
|
| const GrowableObjectArray& closures =
|
| GrowableObjectArray::Handle(object_store()->closure_functions());
|
| ASSERT(!closures.IsNull());
|
|
|