Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index 496340dd55d17048f6f543cc89a389add0925142..95ea0d64f578196585dab613c4507ff04fdd8f36 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -587,9 +587,9 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm, |
__ JumpIfSmi(v0, &use_receiver); |
// If the type of the result (stored in its map) is less than |
- // FIRST_SPEC_OBJECT_TYPE, it is not an object in the ECMA sense. |
+ // FIRST_JS_RECEIVER_TYPE, it is not an object in the ECMA sense. |
__ GetObjectType(v0, a1, a3); |
- __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); |
+ __ Branch(&exit, greater_equal, a3, Operand(FIRST_JS_RECEIVER_TYPE)); |
// Throw away the result of the constructor invocation and use the |
// on-stack receiver as the result. |