Index: src/ic/x87/handler-compiler-x87.cc |
diff --git a/src/ic/x87/handler-compiler-x87.cc b/src/ic/x87/handler-compiler-x87.cc |
index b83d561e2ade02ca15f45ceb4b00261e30021203..9411a9f51b4ccbc452343543bbf64feeffc8a3a3 100644 |
--- a/src/ic/x87/handler-compiler-x87.cc |
+++ b/src/ic/x87/handler-compiler-x87.cc |
@@ -92,7 +92,7 @@ void PropertyHandlerCompiler::GenerateDictionaryNegativeLookup( |
__ j(not_zero, miss_label); |
// Check that receiver is a JSObject. |
- __ CmpInstanceType(scratch0, FIRST_SPEC_OBJECT_TYPE); |
+ __ CmpInstanceType(scratch0, FIRST_JS_RECEIVER_TYPE); |
__ j(below, miss_label); |
// Load properties array. |