| Index: runtime/vm/become.h
|
| diff --git a/runtime/vm/become.h b/runtime/vm/become.h
|
| index 8ce164e688c0010bb1cdc72804d23721da29796d..12ab7645c29ccf9a5394a79176fa7871dc3b2dc8 100644
|
| --- a/runtime/vm/become.h
|
| +++ b/runtime/vm/become.h
|
| @@ -85,6 +85,9 @@ class Become : public AllStatic {
|
| // making the instance independent of its class.
|
| // (used for morphic instances during reload).
|
| static void MakeDummyObject(const Instance& instance);
|
| +
|
| + private:
|
| + static void CrashDump(RawObject* before_obj, RawObject* after_obj);
|
| };
|
|
|
| } // namespace dart
|
|
|