From 86bc80d50ba605fdf6cd27352f8c975c558be72a Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Thu, 9 Aug 2018 21:45:18 -0700 Subject: [PATCH] M1477632 --- xpcom/glue/PLDHashTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/glue/PLDHashTable.cpp b/xpcom/glue/PLDHashTable.cpp index 55b3308ea..89d4f9e7b 100644 --- a/xpcom/glue/PLDHashTable.cpp +++ b/xpcom/glue/PLDHashTable.cpp @@ -387,7 +387,7 @@ PLDHashTable::Clear() // distinction is a bit grotty but this function is hot enough that these // differences are worthwhile. template -PLDHashEntryHdr* PL_DHASH_FASTCALL +MOZ_ALWAYS_INLINE PLDHashEntryHdr* PLDHashTable::SearchTable(const void* aKey, PLDHashNumber aKeyHash) { MOZ_ASSERT(mEntryStore.Get());