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 7d0e00ee70a5eaf5801960fe8489ac3027a5f6f3..7af9aa0ec3848421a99eebfbd56dda315f5e99e7 100644 |
--- a/test/common/wasm/wasm-module-runner.cc |
+++ b/test/common/wasm/wasm-module-runner.cc |
@@ -59,8 +59,8 @@ const Handle<WasmInstanceObject> InstantiateModuleForTesting( |
// again through the normal pipeline. |
// TODO(wasm): Use {module} instead of decoding the module bytes again. |
MaybeHandle<WasmModuleObject> module_object = CreateModuleObjectFromBytes( |
- isolate, wire_bytes.module_bytes.start(), wire_bytes.module_bytes.end(), |
- thrower, ModuleOrigin::kWasmOrigin, Handle<Script>::null(), |
+ isolate, wire_bytes.start(), wire_bytes.end(), thrower, |
+ ModuleOrigin::kWasmOrigin, Handle<Script>::null(), |
Vector<const byte>::empty()); |
if (module_object.is_null()) { |
thrower->CompileError("Module pre-validation failed."); |