| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 8f718128f2f84072596555ddec5842dc08dea227..4d938cee93ecd03927b9509860c2c0d008c8d38b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -6781,7 +6781,9 @@ class Stacktrace : public Instance {
|
| const Array& pc_offset_array) const;
|
| void set_expand_inlined(bool value) const;
|
|
|
| - void Append(const Array& code_list, const Array& pc_offset_list) const;
|
| + void Append(const Array& code_list,
|
| + const Array& pc_offset_list,
|
| + const intptr_t start_index) const;
|
|
|
| static intptr_t InstanceSize() {
|
| return RoundedAllocationSize(sizeof(RawStacktrace));
|
|
|