| Index: third_party/crashpad/crashpad/util/misc/metrics.h
|
| diff --git a/third_party/crashpad/crashpad/util/misc/metrics.h b/third_party/crashpad/crashpad/util/misc/metrics.h
|
| index a6a7f98628a060ddd84e713e18940cd431132264..fd2e120063a602c3668863fe137fb5ca106a6e77 100644
|
| --- a/third_party/crashpad/crashpad/util/misc/metrics.h
|
| +++ b/third_party/crashpad/crashpad/util/misc/metrics.h
|
| @@ -89,12 +89,12 @@ class Metrics {
|
|
|
| //! \brief Unexpected exception behavior.
|
| //!
|
| - //! This value is only used on Mac OS X.
|
| + //! This value is only used on macOS.
|
| kUnexpectedExceptionBehavior = 1,
|
|
|
| //! \brief Failed due to attempt to suspend self.
|
| //!
|
| - //! This value is only used on Mac OS X.
|
| + //! This value is only used on macOS.
|
| kFailedDueToSuspendSelf = 2,
|
|
|
| //! \brief The process snapshot could not be captured.
|
|
|