backout ec8ca13b54cb CLOSED TREE

This commit is contained in:
Jim Mathies 2012-07-24 17:00:22 -05:00
parent dc068d8c44
commit 96d00b1d93

View File

@ -579,7 +579,7 @@ nsresult nsProfileLock::Lock(nsIFile* aProfileDir,
0, // no sharing - of course
nsnull,
CREATE_ALWAYS,
0,
nsnull,
nsnull);
if (mLockFileHandle == INVALID_HANDLE_VALUE) {
// XXXbsmedberg: provide a profile-unlocker here!