From 2370b6a532182699a279c22d8804d786f932fc81 Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 4 Aug 2018 11:17:54 +0000 Subject: Fix constructor in nsHtml5AtomTable.cpp Follow up to 2bc00ef to fix build bustage --- parser/html/nsHtml5AtomTable.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parser/html/nsHtml5AtomTable.cpp b/parser/html/nsHtml5AtomTable.cpp index d9c18485d..ae35791f3 100644 --- a/parser/html/nsHtml5AtomTable.cpp +++ b/parser/html/nsHtml5AtomTable.cpp @@ -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* -- cgit v1.2.3