diff --git a/deps/v8/src/debug/debug.js b/deps/v8/src/debug/debug.js index bc2c69602b9776..1158f7dd38e4bc 100644 --- a/deps/v8/src/debug/debug.js +++ b/deps/v8/src/debug/debug.js @@ -2396,7 +2396,7 @@ DebugCommandProcessor.prototype.restartFrameRequest_ = function( frame_mirror = this.exec_state_.frame(); } - var result_description = Debug.LiveEdit.RestartFrame(frame_mirror); + var result_description = frame_mirror.restart(); response.body = {result: result_description}; };