mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 01:40:50 +09:00
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
This commit is contained in:
parent
aa7b7fe713
commit
48006dc075
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ public:
|
|||
typedef nsBaseHashtableET<KeyClass, DataType> EntryType;
|
||||
|
||||
using nsTHashtable<EntryType>::Contains;
|
||||
using nsTHashtable<EntryType>::IsEmpty;
|
||||
|
||||
nsBaseHashtable() {}
|
||||
explicit nsBaseHashtable(uint32_t aInitLength)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue