Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage

This commit is contained in:
Nathan Froyd 2015-04-13 15:25:23 -04:00
parent db85e8c100
commit 7ffb6ee23a

View File

@ -1068,7 +1068,7 @@ nsXREDirProvider::GetUpdateRootDir(nsIFile* *aResult)
return NS_ERROR_FAILURE;
}
NS_localDir.forget(aResult);
localDir.forget(aResult);
return NS_OK;
#elif XP_WIN