Index: src/ic/mips64/handler-compiler-mips64.cc |
diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc |
index a4abca2f08d94d6ece87eb93287519db7f8f2562..99da252b36bf40b130131e33fd3494315b44db02 100644 |
--- a/src/ic/mips64/handler-compiler-mips64.cc |
+++ b/src/ic/mips64/handler-compiler-mips64.cc |
@@ -143,7 +143,7 @@ void PropertyHandlerCompiler::GenerateDictionaryNegativeLookup( |
// Check that receiver is a JSObject. |
__ lbu(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset)); |
- __ Branch(miss_label, lt, scratch0, Operand(FIRST_SPEC_OBJECT_TYPE)); |
+ __ Branch(miss_label, lt, scratch0, Operand(FIRST_JS_RECEIVER_TYPE)); |
// Load properties array. |
Register properties = scratch0; |