diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-09-13 19:29:23 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-09-13 19:32:56 -0400 |
commit | 4cb9ab6fd3f65d16c673d99886d8ab321c8d56fc (patch) | |
tree | 22ec1c546240b5f9f0224d5de9965a30efe8603a /xpcom | |
parent | bcdcb3c0693c8a1f3d3f0913fcd3293c80989e36 (diff) | |
download | aura-central-4cb9ab6fd3f65d16c673d99886d8ab321c8d56fc.tar.gz |
Issue mcp-graveyard/UXP%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.h | 1 |
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) |