Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index 42d1ec955d7b00a96e212c0de78a311ecf45f08a..1e4f5f50d7f9c85658c08c4ddd06697476150f4b 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -2320,7 +2320,7 @@ void LCodeGen::EmitLoadFieldOrConstantFunction(Register result, |
Register object, |
Handle<Map> type, |
Handle<String> name) { |
- LookupResult lookup; |
+ LookupResult lookup(isolate()); |
type->LookupInDescriptors(NULL, *name, &lookup); |
ASSERT(lookup.IsProperty() && |
(lookup.type() == FIELD || lookup.type() == CONSTANT_FUNCTION)); |