| Index: src/wasm/ast-decoder.h
|
| diff --git a/src/wasm/ast-decoder.h b/src/wasm/ast-decoder.h
|
| index 18899f2077796986376e56615ef3abd6970caf2c..4138381915e542fd7395924dfd41b655d7d5c15e 100644
|
| --- a/src/wasm/ast-decoder.h
|
| +++ b/src/wasm/ast-decoder.h
|
| @@ -262,8 +262,8 @@ BitVector* AnalyzeLoopAssignmentForTesting(Zone* zone, size_t num_locals,
|
| int OpcodeLength(const byte* pc, const byte* end);
|
|
|
| // Computes the arity (number of sub-nodes) of the opcode at the given address.
|
| -int OpcodeArity(ModuleEnv* module, FunctionSig* sig, const byte* pc,
|
| - const byte* end);
|
| +int OpcodeArity(const byte* pc, const byte* end);
|
| +
|
| } // namespace wasm
|
| } // namespace internal
|
| } // namespace v8
|
|
|