Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index 143d8d8697ee19b159837b8c2896e2b0c4e80eb4..83e46c2d7aa4fb00c316e8c04f9fbe4288bd1592 100644 |
--- a/src/x64/stub-cache-x64.cc |
+++ b/src/x64/stub-cache-x64.cc |
@@ -105,7 +105,7 @@ MUST_USE_RESULT static MaybeObject* GenerateDictionaryNegativeLookup( |
__ j(not_zero, miss_label); |
// Check that receiver is a JSObject. |
- __ CmpInstanceType(r0, FIRST_JS_OBJECT_TYPE); |
+ __ CmpInstanceType(r0, FIRST_SPEC_OBJECT_TYPE); |
__ j(below, miss_label); |
// Load properties array. |