mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
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:
parent
ee8369ffb2
commit
cc54fcc7f5
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user