diff options
Diffstat (limited to 'netwerk/cookie/CookieServiceChild.h')
-rw-r--r-- | netwerk/cookie/CookieServiceChild.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/netwerk/cookie/CookieServiceChild.h b/netwerk/cookie/CookieServiceChild.h index 8f2678866..9b556615e 100644 --- a/netwerk/cookie/CookieServiceChild.h +++ b/netwerk/cookie/CookieServiceChild.h @@ -27,11 +27,12 @@ public: NS_DECL_NSIOBSERVER CookieServiceChild(); - virtual ~CookieServiceChild(); static CookieServiceChild* GetSingleton(); protected: + virtual ~CookieServiceChild(); + void SerializeURIs(nsIURI *aHostURI, nsIChannel *aChannel, nsCString &aHostSpec, |