| Index: snapshot/mac/process_snapshot_mac.h
|
| diff --git a/snapshot/mac/process_snapshot_mac.h b/snapshot/mac/process_snapshot_mac.h
|
| index 7221d2cf67d27495247ac85177a04b2d40054cd5..06f2fd9988dae0d1400f624576c1a28819a02403 100644
|
| --- a/snapshot/mac/process_snapshot_mac.h
|
| +++ b/snapshot/mac/process_snapshot_mac.h
|
| @@ -69,7 +69,8 @@ class ProcessSnapshotMac final : public ProcessSnapshot {
|
| //! \return `true` if the exception information could be initialized, `false`
|
| //! otherwise with an appropriate message logged. When this method returns
|
| //! `false`, the ProcessSnapshotMac object’s validity remains unchanged.
|
| - bool InitializeException(thread_t exception_thread,
|
| + bool InitializeException(exception_behavior_t behavior,
|
| + thread_t exception_thread,
|
| exception_type_t exception,
|
| const mach_exception_data_type_t* code,
|
| mach_msg_type_number_t code_count,
|
|
|