b=107823, r=ccarlen, sr=brendan
--pete git-svn-id: svn://10.0.0.236/trunk@106886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -742,7 +742,7 @@ nsFastLoadFileReader::ReadFooter(nsFastLoadFooter *aFooter)
|
||||
return rv;
|
||||
|
||||
PRInt64 currentMtime;
|
||||
rv = file->GetLastModificationDate(¤tMtime);
|
||||
rv = file->GetLastModificationTime(¤tMtime);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
@@ -1506,7 +1506,7 @@ nsFastLoadFileWriter::AddDependency(nsIFile* aFile)
|
||||
if (!tmp)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
entry->mString = NS_REINTERPRET_CAST(const char*, tmp);
|
||||
rv = aFile->GetLastModificationDate(&entry->mLastModified);
|
||||
rv = aFile->GetLastModificationTime(&entry->mLastModified);
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user