| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 4cb2b9863f392cc8a0bcfc0776c9e54ea657c02e..76b2e008ac7e76b7385be6b810b8b00ce421fd4f 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) \
|
|
|