| Index: snapshot/mac/process_snapshot_mac.cc
|
| diff --git a/snapshot/mac/process_snapshot_mac.cc b/snapshot/mac/process_snapshot_mac.cc
|
| index 76cd3186a45db39ecc4a2fcb0c4029233aa65aae..352bacc0ef7d9fa92c81552390b0eb46900ad2e5 100644
|
| --- a/snapshot/mac/process_snapshot_mac.cc
|
| +++ b/snapshot/mac/process_snapshot_mac.cc
|
| @@ -57,6 +57,7 @@ bool ProcessSnapshotMac::Initialize(task_t task) {
|
| }
|
|
|
| bool ProcessSnapshotMac::InitializeException(
|
| + exception_behavior_t behavior,
|
| thread_t exception_thread,
|
| exception_type_t exception,
|
| const mach_exception_data_type_t* code,
|
| @@ -69,6 +70,7 @@ bool ProcessSnapshotMac::InitializeException(
|
|
|
| exception_.reset(new internal::ExceptionSnapshotMac());
|
| if (!exception_->Initialize(&process_reader_,
|
| + behavior,
|
| exception_thread,
|
| exception,
|
| code,
|
|
|