| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 56cf82e2f2cd860b890662883260bc9638ddec2c..5ea6c782f6f30370dc6367a6ed67586ad20133f8 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -635,7 +635,7 @@ class Isolate : public BaseIsolate {
|
|
|
| void AddClosureFunction(const Function& function) const;
|
| RawFunction* LookupClosureFunction(const Function& parent,
|
| - intptr_t token_pos) const;
|
| + TokenDescriptor token_pos) const;
|
| intptr_t FindClosureIndex(const Function& needle) const;
|
| RawFunction* ClosureFunctionFromIndex(intptr_t idx) const;
|
|
|
|
|