mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage
This commit is contained in:
parent
db85e8c100
commit
7ffb6ee23a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user