Chromium Code Reviews| Index: src/checks.cc |
| =================================================================== |
| --- src/checks.cc (revision 4906) |
| +++ src/checks.cc (working copy) |
| @@ -30,7 +30,6 @@ |
| #include "v8.h" |
| #include "platform.h" |
| -#include "top.h" |
| static int fatal_error_handler_nesting_depth = 0; |
| @@ -52,7 +51,7 @@ |
| if (fatal_error_handler_nesting_depth < 3) { |
| if (i::FLAG_stack_trace_on_abort) { |
| // Call this one twice on double fault |
| - i::Top::PrintStack(); |
| + i::Isolate::Current()->PrintStack(); |
| } |
| } |
| i::OS::Abort(); |