| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index ff35b8a318fadae93f84339206062442c611afbc..0fcb000aa69e41c64245a389e441107cc245b158 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -913,6 +913,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);
|
|
|