Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index 90c5130766fd1f3693ed10620b13fb848adcfa7a..0051edfb6c65f95e35de6f8d0fa93d791ad17db4 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -1204,7 +1204,7 @@ void StubCompiler::GenerateLoadInterceptor(Handle<JSObject> object, |
// and CALLBACKS, so inline only them, other cases may be added |
// later. |
bool compile_followup_inline = false; |
- if (lookup->IsProperty() && lookup->IsCacheable()) { |
+ if (lookup->IsFound() && lookup->IsCacheable()) { |
if (lookup->type() == FIELD) { |
compile_followup_inline = true; |
} else if (lookup->type() == CALLBACKS && |