mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
This reverts commit 2bc00efe7bb826d683257264471878c05757f2bb.
This commit is contained in:
parent
f460a50971
commit
78d56eefec
2 changed files with 0 additions and 20 deletions
|
|
@ -11,8 +11,6 @@
|
|||
#include "nsIAtom.h"
|
||||
#include "nsIThread.h"
|
||||
|
||||
#define RECENTLY_USED_PARSER_ATOMS_SIZE 31
|
||||
|
||||
class nsHtml5Atom;
|
||||
|
||||
class nsHtml5AtomEntry : public nsStringHashKey
|
||||
|
|
@ -89,9 +87,6 @@ class nsHtml5AtomTable
|
|||
*/
|
||||
void Clear()
|
||||
{
|
||||
for (uint32_t i = 0; i < RECENTLY_USED_PARSER_ATOMS_SIZE; ++i) {
|
||||
mRecentlyUsedParserAtoms[i] = nullptr;
|
||||
}
|
||||
mTable.Clear();
|
||||
}
|
||||
|
||||
|
|
@ -104,7 +99,6 @@ class nsHtml5AtomTable
|
|||
|
||||
private:
|
||||
nsTHashtable<nsHtml5AtomEntry> mTable;
|
||||
nsIAtom* mRecentlyUsedParserAtoms[RECENTLY_USED_PARSER_ATOMS_SIZE];
|
||||
#ifdef DEBUG
|
||||
nsCOMPtr<nsIThread> mPermittedLookupThread;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue