| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index c671f411e91780f4d4e774a483fe1744077819b5..dee31126829f55095662a3e1e6e9b402ff6b478f 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -425,13 +425,6 @@ bool StackGuard::IsTerminateExecution() {
|
| }
|
|
|
|
|
| -void StackGuard::CancelTerminateExecution() {
|
| - ExecutionAccess access(isolate_);
|
| - Continue(TERMINATE);
|
| - isolate_->CancelTerminateExecution();
|
| -}
|
| -
|
| -
|
| void StackGuard::TerminateExecution() {
|
| ExecutionAccess access(isolate_);
|
| thread_local_.interrupt_flags_ |= TERMINATE;
|
|
|