| Index: src/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
|
| index 5cd70b15fceb696a695c405eebec10daa5578139..c9c8a47593200a01ef005ad6c52bac8e37aa1f6c 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/x87/lithium-codegen-x87.cc
|
| @@ -1195,6 +1195,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);
|
|
|