Bug 1260198 - Clear per-zone string cache after compacting r=terrence

--HG--
extra : rebase_source : 2269242a048416049e8caa43b189269837c87809
This commit is contained in:
Jon Coppeard 2016-03-30 17:14:44 +01:00
parent c3bf1b28ff
commit ddc520dc29

View File

@ -2800,6 +2800,8 @@ GCRuntime::updatePointersToRelocatedCells(Zone* zone)
callWeakPointerZoneGroupCallbacks();
for (CompartmentsInZoneIter comp(zone); !comp.done(); comp.next())
callWeakPointerCompartmentCallbacks(comp);
if (rt->sweepZoneCallback)
rt->sweepZoneCallback(zone);
}
void