mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix websockets-disabled build with an ifdef. rs=mcmanus (No bug)
This commit is contained in:
parent
5219048da2
commit
05f4101131
@ -635,8 +635,10 @@ static void nsNetShutdown()
|
||||
// Release DNS service reference.
|
||||
nsDNSPrefetch::Shutdown();
|
||||
|
||||
#ifdef NECKO_PROTOCOL_websocket
|
||||
// Release the Websocket Admission Manager
|
||||
mozilla::net::nsWebSocketHandler::Shutdown();
|
||||
#endif // NECKO_PROTOCOL_websocket
|
||||
}
|
||||
|
||||
NS_DEFINE_NAMED_CID(NS_IOSERVICE_CID);
|
||||
|
Loading…
Reference in New Issue
Block a user