Bug 1120476 (part 3) - Remove PLDHashTable::data. r=froydnj.
This commit is contained in:
@@ -543,7 +543,7 @@ static inline void
|
||||
EnsureTableExists()
|
||||
{
|
||||
if (!gAtomTable.ops) {
|
||||
PL_DHashTableInit(&gAtomTable, &AtomTableOps, 0,
|
||||
PL_DHashTableInit(&gAtomTable, &AtomTableOps,
|
||||
sizeof(AtomTableEntry), ATOM_HASHTABLE_INITIAL_LENGTH);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user