| Index: third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/exception_types_test.cc b/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| index 372b57f073fc7ddf6c95bdc779cdc306cdd78325..d82dcbb9ce6d9884596543f1b9532639eea8eb79 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| @@ -102,7 +102,7 @@ TEST(ExceptionTypes, IsExceptionNonfatalResource) {
|
| EXPECT_TRUE(IsExceptionNonfatalResource(EXC_RESOURCE, code, pid));
|
|
|
| if (MacOSXMinorVersion() >= 10) {
|
| - // FLAVOR_CPU_MONITOR_FATAL was introduced in Mac OS X 10.10.
|
| + // FLAVOR_CPU_MONITOR_FATAL was introduced in OS X 10.10.
|
| code = 0;
|
| EXC_RESOURCE_ENCODE_TYPE(code, RESOURCE_TYPE_CPU);
|
| EXC_RESOURCE_ENCODE_FLAVOR(code, FLAVOR_CPU_MONITOR_FATAL);
|
|
|