| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 901ee8709979db77517905661a2cc71ee35a5245..30b799de8844a040eca1d9dd15230924c7a3cde5 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -897,7 +897,7 @@ namespace internal {
|
| F(HasFixedUint8ClampedElements, 1, 1) \
|
| F(SpeciesProtector, 0, 1) \
|
| F(SerializeWasmModule, 1, 1) \
|
| - F(DeserializeWasmModule, 1, 1) \
|
| + F(DeserializeWasmModule, 2, 1) \
|
| F(IsAsmWasmCode, 1, 1) \
|
| F(IsNotAsmWasmCode, 1, 1) \
|
| F(ValidateWasmInstancesChain, 2, 1) \
|
|
|