Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 0bb41fae7be8a138051935c19ea393f5038f45b7..e43ea65fc6420acb7ce882b062c34e574151bb44 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -928,7 +928,6 @@ MaybeObject* Execution::HandleStackGuardInterrupt(Isolate* isolate) { |
isolate->counters()->stack_interrupts()->Increment(); |
isolate->counters()->runtime_profiler_ticks()->Increment(); |
- stack_guard->Continue(RUNTIME_PROFILER_TICK); |
isolate->runtime_profiler()->OptimizeNow(); |
#ifdef ENABLE_DEBUGGER_SUPPORT |
if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) { |