diff -r 7e26c7da4463 -r fc2d59ddac77 netwerk/cookie/CookieServiceParent.cpp --- a/netwerk/cookie/CookieServiceParent.cpp Wed Dec 31 06:55:50 2014 +0100 +++ b/netwerk/cookie/CookieServiceParent.cpp Wed Dec 31 07:22:50 2014 +0100 @@ -89,8 +89,11 @@ return false; } + // Method is called nowhere + nsAutoCString origDomain; mCookieService->GetCookieStringInternal(hostURI, aIsForeign, aFromHttp, appId, - isInBrowserElement, isPrivate, *aResult); + isInBrowserElement, isPrivate, + origDomain, *aResult); return true; }