| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index f9f40e868bd07802a813db089aedccebf22600b4..dc99e4c65d4aee132e51ac929e291fd4f1ad6041 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1505,7 +1505,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 {
|
| + TokenPosition token_pos) const {
|
| const GrowableObjectArray& closures =
|
| GrowableObjectArray::Handle(object_store()->closure_functions());
|
| ASSERT(!closures.IsNull());
|
|
|