mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
remove unnecessary spaces
This commit is contained in:
parent
6f55b09688
commit
4a7058c5d1
1 changed files with 0 additions and 4 deletions
|
|
@ -368,7 +368,6 @@ static const PLDHashTableOps AtomTableOps = {
|
|||
static nsIAtom*
|
||||
sRecentlyUsedMainThreadAtoms[RECENTLY_USED_MAIN_THREAD_ATOM_CACHE_SIZE] = {};
|
||||
|
||||
|
||||
void
|
||||
DynamicAtom::GCAtomTable()
|
||||
{
|
||||
|
|
@ -388,7 +387,6 @@ DynamicAtom::GCAtomTableLocked(const MutexAutoLock& aProofOfLock,
|
|||
sRecentlyUsedMainThreadAtoms[i] = nullptr;
|
||||
}
|
||||
|
||||
|
||||
uint32_t removedCount = 0; // Use a non-atomic temporary for cheaper increments.
|
||||
nsAutoCString nonZeroRefcountAtoms;
|
||||
uint32_t nonZeroRefcountAtomsCount = 0;
|
||||
|
|
@ -687,8 +685,6 @@ NS_Atomize(const nsACString& aUTF8String)
|
|||
return atom.forget();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// This results in an extra addref/release of the nsStringBuffer.
|
||||
// Unfortunately there doesn't seem to be any APIs to avoid that.
|
||||
// Actually, now there is, sort of: ForgetSharedBuffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue