This commit is contained in:
Cameron Kaiser 2018-08-09 21:45:18 -07:00
parent 7d2b3ba887
commit 86bc80d50b

View File

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