Index: test/common/wasm/wasm-module-runner.cc |
diff --git a/test/common/wasm/wasm-module-runner.cc b/test/common/wasm/wasm-module-runner.cc |
index 1a6194249f746cafeeb2b4ea2cedb9d4f2b8ad12..2e1a49b443b9cba741ab4f3e53c4cf406bf8f3ab 100644 |
--- a/test/common/wasm/wasm-module-runner.cc |
+++ b/test/common/wasm/wasm-module-runner.cc |
@@ -30,7 +30,7 @@ std::unique_ptr<WasmModule> DecodeWasmModuleForTesting( |
const byte* module_end, ModuleOrigin origin, bool verify_functions) { |
// Decode the module, but don't verify function bodies, since we'll |
// be compiling them anyway. |
- ModuleResult decoding_result = DecodeWasmModule( |
+ ModuleResult decoding_result = SyncDecodeWasmModule( |
isolate, module_start, module_end, verify_functions, origin); |
if (decoding_result.failed()) { |