| Index: third_party/crashpad/crashpad/util/win/termination_codes.h
|
| diff --git a/third_party/crashpad/crashpad/util/win/termination_codes.h b/third_party/crashpad/crashpad/util/win/termination_codes.h
|
| index 1cb69b18daa216acc5016653ab7ea5b08c981f1b..1bcbf5dd812b96dfca2199daf144d9030d0141e3 100644
|
| --- a/third_party/crashpad/crashpad/util/win/termination_codes.h
|
| +++ b/third_party/crashpad/crashpad/util/win/termination_codes.h
|
| @@ -29,7 +29,7 @@ enum TerminationCodes : unsigned int {
|
|
|
| //! \brief A dump was requested for a client that was never registered with
|
| //! the crash handler.
|
| - kTerminationCodeUseHandlerNotCalled = 0xffff7003,
|
| + kTerminationCodeNotConnectedToHandler = 0xffff7003,
|
| };
|
|
|
| } // namespace crashpad
|
|
|