summaryrefslogtreecommitdiffstats
path: root/xpcom
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-09-13 19:29:23 -0400
committerGaming4JC <g4jc@hyperbola.info>2020-09-13 19:32:56 -0400
commit766ceb5d92dc10cbe8736c9d08ce362cf398bdd3 (patch)
tree22ec1c546240b5f9f0224d5de9965a30efe8603a /xpcom
parent85f915543cef49764f2759e63665bc70d416354f (diff)
downloadUXP-766ceb5d92dc10cbe8736c9d08ce362cf398bdd3.tar
UXP-766ceb5d92dc10cbe8736c9d08ce362cf398bdd3.tar.gz
UXP-766ceb5d92dc10cbe8736c9d08ce362cf398bdd3.tar.lz
UXP-766ceb5d92dc10cbe8736c9d08ce362cf398bdd3.tar.xz
UXP-766ceb5d92dc10cbe8736c9d08ce362cf398bdd3.zip
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
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/glue/nsBaseHashtable.h1
1 files changed, 1 insertions, 0 deletions
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<KeyClass, DataType> EntryType;
using nsTHashtable<EntryType>::Contains;
+ using nsTHashtable<EntryType>::IsEmpty;
nsBaseHashtable() {}
explicit nsBaseHashtable(uint32_t aInitLength)