зеркало из https://github.com/mozilla/pjs.git
reverted line in SetVisibleByFlag; an odd casualty of the brace and indentation uglification that comprised most of rev 1.6. bug 54235 r=jst,waterson
This commit is contained in:
Родитель
9a07559052
Коммит
36a7dbfed7
|
@ -106,7 +106,7 @@ NS_IMETHODIMP BarPropImpl::SetVisibleByFlag(PRBool aVisible,
|
|||
if(aVisible)
|
||||
chromeFlags |= aChromeFlag;
|
||||
else
|
||||
chromeFlags |= ~aChromeFlag;
|
||||
chromeFlags &= ~aChromeFlag;
|
||||
NS_ENSURE_SUCCESS(mBrowserChrome->SetChromeFlags(chromeFlags),
|
||||
NS_ERROR_FAILURE);
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче