Bug 1514189 - Fix build bustage in opt builds with --enable-gczeal r=jandem

This commit is contained in:
Jon Coppeard 2018-12-14 13:47:09 +00:00
parent 6c01f6d0bd
commit cf59672989

View File

@ -775,7 +775,7 @@ bool js::gc::CheckWeakMapEntryMarking(const WeakMapBase* map, Cell* key,
MOZ_ASSERT_IF(!map->allowKeysInOtherZones(),
keyZone == zone || keyZone->isAtomsZone());
DebugOnly<Zone*> valueZone = GetCellZone(value);
Zone* valueZone = GetCellZone(value);
MOZ_ASSERT(valueZone == zone || valueZone->isAtomsZone());
// We may not know the color of the map, but we know that it's