From fb60d2aef90c5ad1b4070e4588dd2f9140c2b81e Mon Sep 17 00:00:00 2001 From: Jim Mathies Date: Tue, 24 Jul 2012 15:07:41 -0500 Subject: [PATCH] Bug 776914 - vc11 nullptr fix for nsProfileLock. r=bbondy --- profile/dirserviceprovider/src/nsProfileLock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/dirserviceprovider/src/nsProfileLock.cpp b/profile/dirserviceprovider/src/nsProfileLock.cpp index 6a58476d4fc..2f5385df92d 100644 --- a/profile/dirserviceprovider/src/nsProfileLock.cpp +++ b/profile/dirserviceprovider/src/nsProfileLock.cpp @@ -579,7 +579,7 @@ nsresult nsProfileLock::Lock(nsIFile* aProfileDir, 0, // no sharing - of course nsnull, CREATE_ALWAYS, - nsnull, + 0, nsnull); if (mLockFileHandle == INVALID_HANDLE_VALUE) { // XXXbsmedberg: provide a profile-unlocker here!