Index: src/ic/x64/handler-compiler-x64.cc |
diff --git a/src/ic/x64/handler-compiler-x64.cc b/src/ic/x64/handler-compiler-x64.cc |
index 5826c7e4ef74f893f50cf549bb6ecab638e85f12..9fa7fcc9a6d27fbe0089aab3a6f128129ae5dbdd 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -56,7 +56,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. |