Fix trailing NOTREACHED_NORETURN()

This alias is not present in mini_chromium and disappearing from
chromium.

Bug: chromium:40580068
Change-Id: Ib6218d96df3bb8b2fe46af08ac51d6362c7db64e
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5783604
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Peter Boström 2024-08-14 11:43:21 +10:00 committed by Mark Mentovai
parent ee8369ffb2
commit cc54fcc7f5

View File

@ -220,7 +220,7 @@ void IOSSystemDataCollector::OrientationDidChangeNotification() {
void IOSSystemDataCollector::ApplicationDidChangeActiveNotification() {
#if defined(CRASHPAD_IS_IOS_APP_EXTENSION)
NOTREACHED_NORETURN();
NOTREACHED();
#else
dispatch_assert_queue_debug(dispatch_get_main_queue());
bool old_active = active_;