mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 05:43:08 +09:00
Fix constructor in nsHtml5AtomTable.cpp
Follow up to 2bc00ef to fix build bustage
This commit is contained in:
parent
860f212b0b
commit
e4eb8532f5
1 changed files with 1 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ nsHtml5AtomEntry::~nsHtml5AtomEntry()
|
|||
}
|
||||
|
||||
nsHtml5AtomTable::nsHtml5AtomTable()
|
||||
: mRecentlyUsedParserAtoms{}
|
||||
{
|
||||
#ifdef DEBUG
|
||||
NS_GetMainThread(getter_AddRefs(mPermittedLookupThread));
|
||||
|
|
@ -31,11 +32,7 @@ nsHtml5AtomTable::nsHtml5AtomTable()
|
|||
}
|
||||
|
||||
nsHtml5AtomTable::~nsHtml5AtomTable()
|
||||
: mRecentlyUsedParserAtoms{}
|
||||
{
|
||||
#ifdef DEBUG
|
||||
NS_GetMainThread(getter_AddRefs(mPermittedLookupThread));
|
||||
#endif
|
||||
}
|
||||
|
||||
nsIAtom*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue