[Mac] In base::mac::CxxPersonalityRoutine, delegate back to __gxx_personality_v0.
This fixes a hypothetical issue where returning _URC_END_OF_STACK in phase two of exception processing could confuse libunwind. If this personality routine is called in phase two, it will now delegate back to the normal C++ personality routine. See https://crbug.com/576941#c62 for details. BUG=576941 R=mark@chromium.org Review-Url: https://codereview.chromium.org/2119553002 Cr-Commit-Position: refs/heads/master@{#403235}
Showing
Please register or sign in to comment