| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index a9344b37ed4794bd176a9c884a6e30986594374c..a7c47c460a01ac775df329c3ada1ce4d7404fd4d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2371,7 +2371,7 @@ class PcDescriptors : public Object {
|
| uword GetPcForKind(Kind kind) const;
|
|
|
| // Verify (assert) assumptions about pc descriptors in debug mode.
|
| - void Verify(bool check_ids) const;
|
| + void Verify(const Function& function) const;
|
|
|
| static void PrintHeaderString();
|
|
|
|
|