mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 22:13:31 +00:00
Bug 579517 follow-up: Remove NSPR types that crept in
This commit is contained in:
parent
578b352a21
commit
26f41e4ccd
@ -461,7 +461,7 @@ MainProcessRunnable::OpenFileOnIOThread()
|
|||||||
mGroup, mOrigin, path);
|
mGroup, mOrigin, path);
|
||||||
NS_ENSURE_STATE(mQuotaObject);
|
NS_ENSURE_STATE(mQuotaObject);
|
||||||
|
|
||||||
PRIntn openFlags;
|
int openFlags;
|
||||||
if (mOpenMode == eOpenForRead) {
|
if (mOpenMode == eOpenForRead) {
|
||||||
rv = path->GetFileSize(&mFileSize);
|
rv = path->GetFileSize(&mFileSize);
|
||||||
if (NS_FAILED(rv)) {
|
if (NS_FAILED(rv)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user