diff --git a/netwerk/base/public/nsISocketTransportService.idl b/netwerk/base/public/nsISocketTransportService.idl index 40c7f02bccc9..183d203c2af6 100644 --- a/netwerk/base/public/nsISocketTransportService.idl +++ b/netwerk/base/public/nsISocketTransportService.idl @@ -55,7 +55,7 @@ interface nsISocketTransportService : nsISupports * Connection: close header (for HTTP) and timeouts! */ boolean reuseTransport(in nsIChannel i_Transport); - + void init (); void shutdown (); void wakeup (in nsIChannel i_Transport); };