Commit 51bfeef9 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[wasm] Remove obsolete TODO from {WasmInterpreter}.

R=clemensb@chromium.org

Change-Id: I2eb419bbfbea81d58b1c13e527af1728d84c4092
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1864656Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64329}
parent 2f8d4406
......@@ -133,7 +133,6 @@ class V8_EXPORT_PRIVATE WasmInterpreter {
// Stack inspection and modification.
pc_t GetBreakpointPc();
// TODO(clemensb): Make this uint32_t.
int GetFrameCount();
// The InterpretedFrame is only valid as long as the Thread is paused.
FramePtr GetFrame(int index);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment