mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
Fix constructor in nsHtml5AtomTable.cpp
Follow up to 2bc00ef to fix build bustage
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user