| Index: src/x87/builtins-x87.cc
|
| diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc
|
| index 332f0a85987e49520d468548ad6c1f11bb6f7833..59ecda3a95ba9e92150600f009f8ba5854f4764f 100644
|
| --- a/src/x87/builtins-x87.cc
|
| +++ b/src/x87/builtins-x87.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.
|
| {
|
|
|