diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 17:35:27 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 17:35:27 +0000 |
commit | 5e72b77167d5074b9e104de041e0e204232f5c41 (patch) | |
tree | 9942d5b0d1e1bb592f34338bd206337fdc29e589 /base/timer.cc | |
parent | 04fba9a91d7f46a517f67e1f3f10625ba589b8cc (diff) | |
download | chromium_src-5e72b77167d5074b9e104de041e0e204232f5c41.zip chromium_src-5e72b77167d5074b9e104de041e0e204232f5c41.tar.gz chromium_src-5e72b77167d5074b9e104de041e0e204232f5c41.tar.bz2 |
Change 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.
Review URL: http://codereview.chromium.org/8838
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/timer.cc')
0 files changed, 0 insertions, 0 deletions