Index: src/wasm/function-body-decoder.h |
diff --git a/src/wasm/function-body-decoder.h b/src/wasm/function-body-decoder.h |
index b4faf576d39fbc5cce219cad80099bfc6818c8ca..073b8be0fc5e3c13ca9af87c310e5d5178ca7b38 100644 |
--- a/src/wasm/function-body-decoder.h |
+++ b/src/wasm/function-body-decoder.h |
@@ -341,8 +341,7 @@ V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator, |
DecodeResult BuildTFGraph(AccountingAllocator* allocator, TFBuilder* builder, |
FunctionBody& body); |
bool PrintWasmCode(AccountingAllocator* allocator, const FunctionBody& body, |
- const wasm::WasmModule* module, std::ostream& os, |
- std::vector<std::tuple<uint32_t, int, int>>* offset_table); |
+ const wasm::WasmModule* module, bool for_debugging = false); |
// A simplified form of AST printing, e.g. from a debugger. |
void PrintWasmCodeForDebugging(const byte* start, const byte* end); |