Revision: 20777
Author:   [email protected]
Date:     Tue Apr 15 15:37:42 2014 UTC
Log:      Remove assertion scopes from V8_Fatal

V8_Fatal no longer tries to print a js stack, so we don't need those
scopes

BUG=none
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/239293002
http://code.google.com/p/v8/source/detail?r=20777

Modified:
 /branches/bleeding_edge/src/checks.cc

=======================================
--- /branches/bleeding_edge/src/checks.cc       Mon Mar 17 13:33:19 2014 UTC
+++ /branches/bleeding_edge/src/checks.cc       Tue Apr 15 15:37:42 2014 UTC
@@ -98,8 +98,6 @@

// Contains protection against recursive calls (faults while handling faults). extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) {
-  i::AllowHandleDereference allow_deref;
-  i::AllowDeferredHandleDereference allow_deferred_deref;
   fflush(stdout);
   fflush(stderr);
   i::OS::PrintError("\n\n#\n# Fatal error in %s, line %d\n# ", file, line);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to