| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index 51e0828047827c9d62d84bbc11ba1fbfb6d44faf..edaef95d8e579b4d3c902f12414464f80d72a0b4 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -2185,7 +2185,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));
|
|
|