| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 7c2ba974eb2993f12466a3ef5c5cc0b00c8b1acf..cd93679bd085a42a99dc568a4b081d26163f6851 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -944,6 +944,7 @@ void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) {
|
| } else {
|
| data->SetSharedFunctionInfo(Smi::FromInt(0));
|
| }
|
| + data->SetWeakCellCache(Smi::FromInt(0));
|
|
|
| Handle<FixedArray> literals =
|
| factory()->NewFixedArray(deoptimization_literals_.length(), TENURED);
|
|
|