Update UXP to version from palemoon-29.4.1-source.tar.xz

This commit is contained in:
ManchildProductions
2021-09-17 14:26:40 -04:00
parent 4b0237246f
commit 28cd9f3df7
46 changed files with 5 additions and 164 deletions
+1 -1
View File
@@ -170,6 +170,7 @@ public:
void operator delete(void* aPtr)
{
sAllocator->Free(aPtr);
sAllocatorUsers--;
DeleteAllocatorIfNeeded();
}
@@ -193,7 +194,6 @@ private:
{
MOZ_ASSERT(!sCanDeleteAllocator || sAllocatorUsers > 0,
"This will result in us attempting to deallocate the nsTimerEvent allocator twice");
sAllocatorUsers--;
}
RefPtr<nsTimerImpl> mTimer;