Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index 5c9bb45fb370790abd8ed82ae8555f0f562dde47..dff4a4ff07cd8a13157f3b775fd99e4be40765a0 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -156,7 +156,7 @@ class WasmGraphBuilder { |
wasm::WasmCodePosition position); |
Node* CallImport(uint32_t index, Node** args, |
wasm::WasmCodePosition position); |
- Node* CallIndirect(uint32_t index, Node** args, |
+ Node* CallIndirect(uint32_t entry_index, uint32_t table_index, Node** args, |
wasm::WasmCodePosition position); |
void BuildJSToWasmWrapper(Handle<Code> wasm_code, wasm::FunctionSig* sig); |
void BuildWasmToJSWrapper(Handle<JSFunction> function, |