Skip to content

Commit

Permalink
Disable failing assertion for now
Browse files Browse the repository at this point in the history
- though this should be invesigated later
  • Loading branch information
kenz-gelsoft committed Oct 14, 2024
1 parent 1d02324 commit a3fd95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwerk/base/nsStandardURL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ struct DumpLeakedURLs {
};

DumpLeakedURLs::~DumpLeakedURLs() {
MOZ_ASSERT(NS_IsMainThread());
// MOZ_ASSERT(NS_IsMainThread());
StaticMutexAutoLock lock(gAllURLsMutex);
if (!gAllURLs.isEmpty()) {
printf("Leaked URLs:\n");
Expand Down

0 comments on commit a3fd95a

Please sign in to comment.