Bug 1120476 (part 3) - Remove PLDHashTable::data. r=froydnj.
This commit is contained in:
2
netwerk/cache/nsCacheEntry.cpp
vendored
2
netwerk/cache/nsCacheEntry.cpp
vendored
@@ -406,7 +406,7 @@ nsresult
|
||||
nsCacheEntryHashTable::Init()
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
initialized = PL_DHashTableInit(&table, &ops, nullptr,
|
||||
initialized = PL_DHashTableInit(&table, &ops,
|
||||
sizeof(nsCacheEntryHashTableEntry),
|
||||
fallible_t(), 256);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user