DescriptionChange the fatal error handler to no longer return to V8. It will now crash
the renderer. Returning as it did before would end up in V8 OS::Abort calling
__debugbreak() which would also crask the renderer.
I am about to change V8 OS::Abort to call abort() instead of __debugbreak()
and Chrome should not depend on how V8 handles aborts anyway.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4070
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|