| Index: snapshot/mac/exception_snapshot_mac.h
|
| diff --git a/snapshot/mac/exception_snapshot_mac.h b/snapshot/mac/exception_snapshot_mac.h
|
| index 325d9516a2881d0d3939fff827c535621bbc0ad2..1772072818df6703dc2c8e8dfd07fecb13938ee3 100644
|
| --- a/snapshot/mac/exception_snapshot_mac.h
|
| +++ b/snapshot/mac/exception_snapshot_mac.h
|
| @@ -68,6 +68,7 @@ class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| uint32_t ExceptionInfo() const override;
|
| uint64_t ExceptionAddress() const override;
|
| const std::vector<uint64_t>& Codes() const override;
|
| + virtual std::vector<const MemorySnapshot*> ExtraMemory() const override;
|
|
|
| private:
|
| #if defined(ARCH_CPU_X86_FAMILY)
|
|
|