Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index 8b3b29e6362e44a24683c622c99152291921bb71..0d63085f151e50fe50395bed436fb07cca3ef834 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -236,6 +236,7 @@ class Debug { |
static void FloodWithOneShot(Handle<SharedFunctionInfo> shared); |
static void FloodHandlerWithOneShot(); |
static void ChangeBreakOnException(ExceptionBreakType type, bool enable); |
+ static bool IsBreakOnException(ExceptionBreakType type); |
static void PrepareStep(StepAction step_action, int step_count); |
static void ClearStepping(); |
static bool StepNextContinue(BreakLocationIterator* break_location_iterator, |