| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 8febbbf2a791deb7ae1e8395a332c7c79dc49a7c..32c616faf43b6842a856c92d1db515284ff9b643 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -814,8 +814,6 @@ static Object* RuntimePreempt(Isolate* isolate) {
|
| // Clear the preempt request flag.
|
| isolate->stack_guard()->Continue(PREEMPT);
|
|
|
| - ContextSwitcher::PreemptionReceived();
|
| -
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| if (isolate->debug()->InDebugger()) {
|
| // If currently in the debugger don't do any actual preemption but record
|
|
|