commit a1439093f6ff31949dde5f16605d56eba83a270e
parent 2a168f62ddf5d6dd9664d8b33fb0ae24cdca1421
Author: agoloman <agoloman@mozilla.com>
Date: Mon, 20 Oct 2025 23:45:23 +0300
Revert "Bug 1967266 - Bustage Fix" because the previous patch was backed out.
This reverts commit c6046cc05bf0c8f7bce23521b3401f1d7c380088.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netwerk/test/fuzz/TestWebsocketFuzzing.cpp b/netwerk/test/fuzz/TestWebsocketFuzzing.cpp
@@ -161,7 +161,7 @@ static int FuzzingRunNetworkWebsocket(const uint8_t* data, size_t size) {
rv = gWebSocketChannel->InitLoadInfoNative(
nullptr, nullPrincipal, nsContentUtils::GetSystemPrincipal(), nullptr,
- secFlags, nsIContentPolicy::TYPE_WEBSOCKET, Nothing(), sandboxFlags);
+ secFlags, nsIContentPolicy::TYPE_WEBSOCKET, sandboxFlags);
if (rv != NS_OK) {
MOZ_CRASH("Failed to call InitLoadInfo");