mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-19 18:03:47 +00:00
If the task’s exception handler for EXC_CRASH, EXC_RESOURCE, and EXC_GUARD exceptions cannot be set, clear the handler instead. Nothing considered this function’s return value, and the only viable fallback action on failure would have been to do what the function now does, so its return type is changed to void. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1386943002 .