| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index f9515bc09af707a176d201f51f3e71cdf11d082c..cca65f4716375edc5b9030d2a01a059014d8ad21 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -42,7 +42,7 @@ void Builtins::Generate_Adaptor(MacroAssembler* masm,
|
| __ push(edi);
|
| __ push(scratch); // Restore return address.
|
| } else {
|
| - ASSERT(extra_args == NO_EXTRA_ARGUMENTS);
|
| + DCHECK(extra_args == NO_EXTRA_ARGUMENTS);
|
| }
|
|
|
| // JumpToExternalReference expects eax to contain the number of arguments
|
| @@ -110,7 +110,7 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
|
| // -----------------------------------
|
|
|
| // Should never create mementos for api functions.
|
| - ASSERT(!is_api_function || !create_memento);
|
| + DCHECK(!is_api_function || !create_memento);
|
|
|
| // Enter a construct frame.
|
| {
|
|
|