Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a3fd95a

Browse files
committed
Disable failing assertion for now
- though this should be invesigated later
1 parent 1d02324 commit a3fd95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netwerk/base/nsStandardURL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ struct DumpLeakedURLs {
319319
};
320320

321321
DumpLeakedURLs::~DumpLeakedURLs() {
322-
MOZ_ASSERT(NS_IsMainThread());
322+
// MOZ_ASSERT(NS_IsMainThread());
323323
StaticMutexAutoLock lock(gAllURLsMutex);
324324
if (!gAllURLs.isEmpty()) {
325325
printf("Leaked URLs:\n");

0 commit comments

Comments
 (0)