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..95ceb3110cc25738666e0c6647c699aabfa584c0 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_OBJECT_OR_FUNCTION_CLASS_TYPE); |
__ j(below, miss_label); |
// Load properties array. |