Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 5a4bfb47d994609c7d66d9b734b514f21304016b..6a3ecdbdac298350e6d5e1de3bd821e5a2a67c21 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -9151,7 +9151,6 @@ void debug::PrepareStep(Isolate* v8_isolate, StepAction action) { |
void debug::ClearStepping(Isolate* v8_isolate) { |
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); |
ENTER_V8(isolate); |
- CHECK(isolate->debug()->CheckExecutionState()); |
// Clear all current stepping setup. |
isolate->debug()->ClearStepping(); |
} |