| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 9023b2f4256329a2b5df6364409b5cd61919d5b9..765125ca86b4eaf70b8d719296ecf3baba67d052 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2009,7 +2009,8 @@ class ICData : public Object {
|
| intptr_t GetClassIdAt(intptr_t index, intptr_t arg_nr) const;
|
|
|
| RawFunction* GetTargetAt(intptr_t index) const;
|
| - RawFunction* GetTargetForReceiverClassId(intptr_t class_id) const;
|
| + RawFunction* GetTargetForReceiverClassId(intptr_t class_id,
|
| + intptr_t* count_return) const;
|
|
|
| RawObject* GetTargetOrCodeAt(intptr_t index) const;
|
| void SetCodeAt(intptr_t index, const Code& value) const;
|
|
|