| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 51aea783f2ce4e4b4a53b114b9c7aae902c6884a..62f4285af4ddc2d60c5d32458ed8e44e86b6c7cc 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -333,6 +333,8 @@ struct V8_EXPORT_PRIVATE ModuleEnv {
|
| FunctionSig* sig);
|
| static compiler::CallDescriptor* GetI32WasmCallDescriptor(
|
| Zone* zone, compiler::CallDescriptor* descriptor);
|
| + static compiler::CallDescriptor* GetI32WasmCallDescriptorForSimd(
|
| + Zone* zone, compiler::CallDescriptor* descriptor);
|
| };
|
|
|
| // A helper for printing out the names of functions.
|
|
|