netwerk/cookie/CookieServiceParent.cpp

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
parent 0
6474c204b198
     1.1 --- a/netwerk/cookie/CookieServiceParent.cpp	Wed Dec 31 06:55:50 2014 +0100
     1.2 +++ b/netwerk/cookie/CookieServiceParent.cpp	Wed Dec 31 07:22:50 2014 +0100
     1.3 @@ -89,8 +89,11 @@
     1.4      return false;
     1.5    }
     1.6  
     1.7 +  // Method is called nowhere
     1.8 +  nsAutoCString origDomain;
     1.9    mCookieService->GetCookieStringInternal(hostURI, aIsForeign, aFromHttp, appId,
    1.10 -                                          isInBrowserElement, isPrivate, *aResult);
    1.11 +                                          isInBrowserElement, isPrivate,
    1.12 +                                          origDomain, *aResult);
    1.13    return true;
    1.14  }
    1.15  

mercurial