Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 6317a54a2b400385c2c75ff3c59b6fac8ca36deb..5ec2bfa5da0eb925316b12ea52de47865165e4ba 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -2410,7 +2410,7 @@ void LCodeGen::EmitLoadFieldOrConstantFunction(Register result, |
Handle<String> name, |
LEnvironment* env) { |
LookupResult lookup(isolate()); |
- type->LookupTransitionOrDescriptor(NULL, *name, &lookup); |
+ type->LookupDescriptor(NULL, *name, &lookup); |
ASSERT(lookup.IsFound() || lookup.IsCacheable()); |
if (lookup.IsField()) { |
int index = lookup.GetLocalFieldIndexFromMap(*type); |