| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index c6925312dd5cb2c1575f9c9cfc46429bbc009efc..6235d52c0daf175ca2869166ef2fed3d4bb7708d 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -850,7 +850,8 @@ class EnterDebugger BASE_EMBEDDED {
|
| EnterDebugger()
|
| : isolate_(Isolate::Current()),
|
| prev_(isolate_->debug()->debugger_entry()),
|
| - has_js_frames_(!it_.done()) {
|
| + has_js_frames_(!it_.done()),
|
| + save_(isolate_) {
|
| Debug* debug = isolate_->debug();
|
| ASSERT(prev_ != NULL || !debug->is_interrupt_pending(PREEMPT));
|
| ASSERT(prev_ != NULL || !debug->is_interrupt_pending(DEBUGBREAK));
|
|
|