| 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..3582091f093e56137313690a15b848cf16ff3600 100644
|
| --- a/handler/win/crash_report_exception_handler.h
|
| +++ b/handler/win/crash_report_exception_handler.h
|
| @@ -58,7 +58,7 @@ class CrashReportExceptionHandler : public ExceptionHandlerServer::Delegate {
|
| //! \brief Processes an exception message by writing a crash report to this
|
| //! object's CrashReportDatabase.
|
| void ExceptionHandlerServerStarted() override;
|
| - unsigned int ExceptionHandlerServerException(
|
| + void ExceptionHandlerServerException(
|
| HANDLE process,
|
| WinVMAddress exception_information_address) override;
|
|
|
|
|