Bug 1237445 - Rekey ArrayObjectTable, r=terrence

This commit is contained in:
Steve Fink 2016-01-20 09:27:02 -08:00
parent 5f1408fee8
commit af51eca272

View File

@ -547,10 +547,10 @@ class ObjectGroupCompartment
NewTable* lazyTable;
struct ArrayObjectKey;
using ArrayObjectTable = js::GCHashMap<ArrayObjectKey,
ReadBarrieredObjectGroup,
ArrayObjectKey,
SystemAllocPolicy>;
using ArrayObjectTable = js::GCRekeyableHashMap<ArrayObjectKey,
ReadBarrieredObjectGroup,
ArrayObjectKey,
SystemAllocPolicy>;
struct PlainObjectKey;
struct PlainObjectEntry;