| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 0b0eb5eb774b1be525362bc776363f17a8179533..60438ef9e110cbff9df72bb41c6c45c6ffb935ca 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3894,9 +3894,7 @@ class ICData : public Object {
|
| bool HasRangeFeedback() const;
|
| RangeFeedback DecodeRangeFeedbackAt(intptr_t idx) const;
|
|
|
| - void PrintToJSONArray(JSONArray* jsarray,
|
| - intptr_t line,
|
| - intptr_t column) const;
|
| + void PrintToJSONArray(JSONArray* jsarray, intptr_t token_pos) const;
|
|
|
| private:
|
| RawArray* ic_data() const {
|
|
|