mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
Fixing mac bustage.
This commit is contained in:
parent
f9ef19da28
commit
3dacfdb699
@ -495,7 +495,7 @@ nsresult nsHTTPResponse::ParseDateHeader(nsIAtom *aAtom,
|
||||
PRBool *aHeaderIsPresent)
|
||||
{
|
||||
nsresult rv;
|
||||
PRTime time64(0);
|
||||
PRTime time64;
|
||||
|
||||
rv = ParseDateHeader(aAtom, &time64, aHeaderIsPresent);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user