Index: src/ia32/stub-cache-ia32.cc |
diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc |
index c9c22d2008553c5ae8cf1856824bd9bd98d86558..ba4d6893c8a427a561f549964b70132d2a212c00 100644 |
--- a/src/ia32/stub-cache-ia32.cc |
+++ b/src/ia32/stub-cache-ia32.cc |
@@ -129,7 +129,7 @@ static MaybeObject* GenerateDictionaryNegativeLookup(MacroAssembler* masm, |
__ 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. |