| Index: snapshot/mac/exception_snapshot_mac.h
|
| diff --git a/snapshot/mac/exception_snapshot_mac.h b/snapshot/mac/exception_snapshot_mac.h
|
| index fd0eab01ed39c6fe7c152f3967509fc478b61dae..f3c6f66b53fe0aeab9a27aa2b620b0b4827102c2 100644
|
| --- a/snapshot/mac/exception_snapshot_mac.h
|
| +++ b/snapshot/mac/exception_snapshot_mac.h
|
| @@ -50,6 +50,7 @@ class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| //! \return `true` if the snapshot could be created, `false` otherwise with
|
| //! an appropriate message logged.
|
| bool Initialize(ProcessReader* process_reader,
|
| + exception_behavior_t behavior,
|
| thread_t exception_thread,
|
| exception_type_t exception,
|
| const mach_exception_data_type_t* code,
|
|
|