| Index: src/interpreter/interpreter-assembler.cc
|
| diff --git a/src/interpreter/interpreter-assembler.cc b/src/interpreter/interpreter-assembler.cc
|
| index a0b508eefc0926cd9c29b8b0c41ce2037308076b..6a85aa9185f603d6594ec0ec0909f203ca6786e4 100644
|
| --- a/src/interpreter/interpreter-assembler.cc
|
| +++ b/src/interpreter/interpreter-assembler.cc
|
| @@ -25,10 +25,9 @@ using compiler::Node;
|
| InterpreterAssembler::InterpreterAssembler(Isolate* isolate, Zone* zone,
|
| Bytecode bytecode,
|
| OperandScale operand_scale)
|
| - : compiler::CodeStubAssembler(isolate, zone,
|
| - InterpreterDispatchDescriptor(isolate),
|
| - Code::ComputeFlags(Code::BYTECODE_HANDLER),
|
| - Bytecodes::ToString(bytecode), 0),
|
| + : CodeStubAssembler(isolate, zone, InterpreterDispatchDescriptor(isolate),
|
| + Code::ComputeFlags(Code::BYTECODE_HANDLER),
|
| + Bytecodes::ToString(bytecode), 0),
|
| bytecode_(bytecode),
|
| operand_scale_(operand_scale),
|
| accumulator_(this, MachineRepresentation::kTagged),
|
|
|