| Index: src/full-codegen/x87/full-codegen-x87.cc
|
| diff --git a/src/full-codegen/x87/full-codegen-x87.cc b/src/full-codegen/x87/full-codegen-x87.cc
|
| index e4a91bf926afe0c81a9869a8909e65aa1cbe089c..348c2837465d96201202da360404e0abf4359f03 100644
|
| --- a/src/full-codegen/x87/full-codegen-x87.cc
|
| +++ b/src/full-codegen/x87/full-codegen-x87.cc
|
| @@ -3005,7 +3005,7 @@ void FullCodeGenerator::EmitSuperConstructorCall(Call* expr) {
|
| // constructor invocation.
|
| SetConstructCallPosition(expr);
|
|
|
| - // Load original constructor into ecx.
|
| + // Load new target into ecx.
|
| VisitForAccumulatorValue(super_call_ref->new_target_var());
|
| __ mov(ecx, result_register());
|
|
|
|
|