mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +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);
|
||||
NS_ENSURE_STATE(mQuotaObject);
|
||||
|
||||
PRIntn openFlags;
|
||||
int openFlags;
|
||||
if (mOpenMode == eOpenForRead) {
|
||||
rv = path->GetFileSize(&mFileSize);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user