| Index: src/ia32/macro-assembler-ia32.cc
|
| diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc
|
| index 1e50b93d5cbeb04ba97a39408059103e93b52c3e..2a7c8b31340601c740b7db1d510e84bcb9b4fff5 100644
|
| --- a/src/ia32/macro-assembler-ia32.cc
|
| +++ b/src/ia32/macro-assembler-ia32.cc
|
| @@ -2116,9 +2116,7 @@ void MacroAssembler::InvokeBuiltin(int native_context_index, InvokeFlag flag,
|
| // You can't call a builtin without a valid frame.
|
| DCHECK(flag == JUMP_FUNCTION || has_frame());
|
|
|
| - // Rely on the assertion to check that the number of provided
|
| - // arguments match the expected number of arguments. Fake a
|
| - // parameter count to avoid emitting code to do the check.
|
| + // Fake a parameter count to avoid emitting code to do the check.
|
| ParameterCount expected(0);
|
| GetBuiltinFunction(edi, native_context_index);
|
| InvokeFunctionCode(edi, no_reg, expected, expected, flag, call_wrapper);
|
|
|