Skip to content

Commit 125ac66

Browse files
hashseedCommit bot
authored andcommitted
[debugger] 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}
1 parent 14296d6 commit 125ac66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debug/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ DebugCommandProcessor.prototype.restartFrameRequest_ = function(
23152315
frame_mirror = this.exec_state_.frame();
23162316
}
23172317

2318-
var result_description = Debug.LiveEdit.RestartFrame(frame_mirror);
2318+
var result_description = frame_mirror.restart();
23192319
response.body = {result: result_description};
23202320
};
23212321

0 commit comments

Comments
 (0)