| Index: src/x64/builtins-x64.cc
|
| diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc
|
| index 62f2b57a7de121d182a1512ec3f4bb211e789351..064ea77e9cfd8ca31b7e4806a4085d6151753736 100644
|
| --- a/src/x64/builtins-x64.cc
|
| +++ b/src/x64/builtins-x64.cc
|
| @@ -849,7 +849,7 @@ void Builtins::Generate_FunctionApply(MacroAssembler* masm) {
|
| // Do not transform the receiver for natives.
|
| __ testb(FieldOperand(rdx, SharedFunctionInfo::kNativeByteOffset),
|
| Immediate(1 << SharedFunctionInfo::kNativeBitWithinByte));
|
| - __ j(not_zero, &push_receiver);
|
| + __ j(not_equal, &push_receiver);
|
|
|
| // Compute the receiver in non-strict mode.
|
| __ JumpIfSmi(rbx, &call_to_object, Label::kNear);
|
|
|