mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix websockets-disabled build with an ifdef. rs=mcmanus (No bug)
This commit is contained in:
parent
be1946a257
commit
8daedc7313
@ -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