| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 79e3d740fbfbfc9dfcd3da8deb87c7176e1dc69e..06decf2e21e15c9be246be8526db8bb7e6ce7d3f 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -953,7 +953,7 @@ void Interpreter::DoCallJSRuntime(compiler::InterpreterAssembler* assembler) {
|
| }
|
|
|
|
|
| -// New <constructor> <arg_count>
|
| +// New <constructor> <first_arg> <arg_count>
|
| //
|
| // Call operator new with |constructor| and the first argument in
|
| // register |first_arg| and |arg_count| arguments in subsequent
|
|
|