Chromium Code Reviews| Index: src/checks.h |
| diff --git a/src/checks.h b/src/checks.h |
| index 57f18526186c5adbc19d011c771fa1c66e72215d..c623600dab6fa1eea63a7aa3b1542f5fca23834d 100644 |
| --- a/src/checks.h |
| +++ b/src/checks.h |
| @@ -306,6 +306,9 @@ extern bool FLAG_enable_slow_asserts; |
| #define SLOW_ASSERT(condition) ((void) 0) |
| const bool FLAG_enable_slow_asserts = false; |
| #endif |
| + |
| +void DumpBacktrace(); |
|
Michael Starzinger
2014/03/14 14:29:19
nit: Can we get a one-liner comment that this expo
marja
2014/03/17 10:50:07
Done.
|
| + |
| } // namespace internal |
| } // namespace v8 |