| Index: handler/win/crash_report_exception_handler.h
|
| diff --git a/handler/win/crash_report_exception_handler.h b/handler/win/crash_report_exception_handler.h
|
| index 60e6b6ad8ccc2466e16dea0ddcc76fa4780c5e3a..f03da1619467695cb8c063e5bd2f00ab4991ba31 100644
|
| --- a/handler/win/crash_report_exception_handler.h
|
| +++ b/handler/win/crash_report_exception_handler.h
|
| @@ -60,7 +60,8 @@ class CrashReportExceptionHandler : public ExceptionHandlerServer::Delegate {
|
| void ExceptionHandlerServerStarted() override;
|
| unsigned int ExceptionHandlerServerException(
|
| HANDLE process,
|
| - WinVMAddress exception_information_address) override;
|
| + WinVMAddress exception_information_address,
|
| + WinVMAddress debug_critical_section_address) override;
|
|
|
| private:
|
| CrashReportDatabase* database_; // weak
|
|
|