| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4bf089637724c9a40326c79f00b046c3fd16ae42..0b72d6066fa2b0b64dd1cdd31405f212ffc573fb 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2017,6 +2017,9 @@ class ICData : public Object {
|
| void PrintToJSONArray(const JSONArray& jsarray,
|
| intptr_t token_pos,
|
| bool is_static_call) const;
|
| + void PrintToJSONArrayNew(const JSONArray& jsarray,
|
| + intptr_t token_pos,
|
| + bool is_static_call) const;
|
|
|
| // Initialize the preallocated empty ICData entry arrays.
|
| static void InitOnce();
|
|
|