| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index c9ac471a00bff72173802ec73bb3f8059a4e687a..383795c8a0784134880d27122f34d13510931b3d 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -823,6 +823,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);
|
|
|