deps: backport 125ac66 from v8 upstream
As requested in #5221 Original commit message: fix debug command processor wrt restart frame. R=jkummerow@chromium.org BUG=v8:4757 LOG=N Review URL: https://codereview.chromium.org/1700693002 Cr-Commit-Position: refs/heads/master@{#33983} PR-URL: https://github.com/nodejs/node/pull/6086 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
853d8fb4e7
commit
937ac3760a
2
deps/v8/src/debug/debug.js
vendored
2
deps/v8/src/debug/debug.js
vendored
@ -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};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user