| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 48a2a885ed885fb2e2ec9e8ced9f63f2bdbb4def..d9094eac9f1103612fdeb4557db9ff5b91ecb885 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -607,7 +607,7 @@ void ArgumentsAccessStub::GenerateNewSloppyFast(MacroAssembler* masm) {
|
| // rbx: the mapped parameter count (untagged)
|
| // rax: the allocated object (tagged).
|
|
|
| - CHECK(!has_new_target());
|
| + // CHECK(!has_new_target());
|
|
|
| Factory* factory = isolate()->factory();
|
|
|
|
|