| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 2566a7883ea0e14f403a6c1a30572fa0fe121b1e..9f2ca90d67ad987b59f2e579d66572be0fa0752e 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -368,7 +368,7 @@ class Precompiler : public ValueObject {
|
| void AddTypeArguments(const TypeArguments& args);
|
| void AddCalleesOf(const Function& function);
|
| void AddConstObject(const Instance& instance);
|
| - void AddClosureCall(const ICData& call_site);
|
| + void AddClosureCall(const Array& arguments_descriptor);
|
| void AddField(const Field& field);
|
| void AddFunction(const Function& function);
|
| void AddInstantiatedClass(const Class& cls);
|
|
|