Reviewers: Yang,

Description:
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

Please review this at https://codereview.chromium.org/239293002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -2 lines):
  M src/checks.cc


Index: src/checks.cc
diff --git a/src/checks.cc b/src/checks.cc
index 3a2de28a2e2afa326429e5a2042fc971ccda01d9..2583d084ff469673173a64ae3e89929207c81988 100644
--- a/src/checks.cc
+++ b/src/checks.cc
@@ -98,8 +98,6 @@ void DumpBacktrace() {

// 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