commit 611b8146a7984d3a82f341cae907d3ce010bf07f
parent 119527231c32d279fa3565faa8a94963cf95e05b
Author: Adam Vandolder <avandolder@mozilla.com>
Date: Mon, 24 Nov 2025 23:37:03 +0000
Bug 1992580 - Remove unneeded diagnostic assert from BrowsingContext::LoadURI. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D273895
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/docshell/base/BrowsingContext.cpp b/docshell/base/BrowsingContext.cpp
@@ -2262,7 +2262,6 @@ nsresult BrowsingContext::LoadURI(nsDocShellLoadState* aLoadState,
});
}
} else {
- MOZ_DIAGNOSTIC_ASSERT(sourceBC);
if (!sourceBC) {
return NS_ERROR_UNEXPECTED;
}