mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1237445 - Rekey ArrayObjectTable, r=terrence
This commit is contained in:
parent
5f1408fee8
commit
af51eca272
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user