This commit is contained in:
Cameron Kaiser 2018-08-09 21:45:18 -07:00
parent 7d2b3ba887
commit 86bc80d50b
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ PLDHashTable::Clear()
// distinction is a bit grotty but this function is hot enough that these
// differences are worthwhile.
template <PLDHashTable::SearchReason Reason>
PLDHashEntryHdr* PL_DHASH_FASTCALL
MOZ_ALWAYS_INLINE PLDHashEntryHdr*
PLDHashTable::SearchTable(const void* aKey, PLDHashNumber aKeyHash)
{
MOZ_ASSERT(mEntryStore.Get());