зеркало из https://github.com/mozilla/gecko-dev.git
checking in patch from bugzilla@bsdchicks.com to fix bug 109044 - Install error -239 registering chrome on some systems. r=ssu, sr=dveditz
This commit is contained in:
Родитель
3b745c24c3
Коммит
31ae44e25c
|
@ -236,7 +236,7 @@ PRInt32 nsRegisterItem::Prepare()
|
|||
|
||||
PRInt32 nsRegisterItem::Complete()
|
||||
{
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
PRInt32 result = nsInstall::SUCCESS;
|
||||
PRBool isProfile = mChromeType & CHROME_PROFILE;
|
||||
nsIXULChromeRegistry* reg = mInstall->GetChromeRegistry();
|
||||
|
|
Загрузка…
Ссылка в новой задаче