| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 62fd100a415b7e90cc18e749755423a936d70074..61e6ea069663c92b867a2d60afd93dfb2a170557 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2026,6 +2026,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();
|
|
|