From fa9730a46c87fa774be19cd1bf7f03441cb4650f Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 13 Sep 2020 19:29:23 -0400 Subject: Issue #618 - Clear the module map - Debug Followup An assertion was added to dom/script/ScriptLoader.cpp but fails to compile on debug builds due it not being included in the namespace. Ref: BZ 1529203 --- xpcom/glue/nsBaseHashtable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/glue/nsBaseHashtable.h b/xpcom/glue/nsBaseHashtable.h index f52df3dd1..f074037f3 100644 --- a/xpcom/glue/nsBaseHashtable.h +++ b/xpcom/glue/nsBaseHashtable.h @@ -59,6 +59,7 @@ public: typedef nsBaseHashtableET EntryType; using nsTHashtable::Contains; + using nsTHashtable::IsEmpty; nsBaseHashtable() {} explicit nsBaseHashtable(uint32_t aInitLength) -- cgit v1.2.3