summaryrefslogtreecommitdiffstats
path: root/parser
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2018-08-04 11:17:54 +0000
committerGitHub <noreply@github.com>2018-08-04 11:17:54 +0000
commit2370b6a532182699a279c22d8804d786f932fc81 (patch)
treeaf3abeb615ff855c2bd4f8eb5fa7d8081a5da14a /parser
parent2bc00efe7bb826d683257264471878c05757f2bb (diff)
downloadUXP-2370b6a532182699a279c22d8804d786f932fc81.tar
UXP-2370b6a532182699a279c22d8804d786f932fc81.tar.gz
UXP-2370b6a532182699a279c22d8804d786f932fc81.tar.lz
UXP-2370b6a532182699a279c22d8804d786f932fc81.tar.xz
UXP-2370b6a532182699a279c22d8804d786f932fc81.zip
Fix constructor in nsHtml5AtomTable.cpp
Follow up to 2bc00ef to fix build bustage
Diffstat (limited to 'parser')
-rw-r--r--parser/html/nsHtml5AtomTable.cpp5
1 files changed, 1 insertions, 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*