mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Register sockstub protocol.
This commit is contained in:
parent
45d6b30fe5
commit
5b16c58aaa
@ -108,6 +108,8 @@ NS_InitializeHttpURLFactory(nsINetService* inet)
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("javascript"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
inet->RegisterProtocol(*new nsString("sockstub"), urlf, NULL);
|
||||
if (rv != NS_OK) goto done;
|
||||
|
||||
done:
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user