зеркало из https://github.com/mozilla/pjs.git
fix bad access of protected variable. b=302264 r=mento
This commit is contained in:
Родитель
0245548c6d
Коммит
98e5e3d03c
|
@ -3500,7 +3500,7 @@ int TabBarVisiblePrefChangedCallback(const char* inPref, void* inBWC)
|
|||
if (strcmp(inPref, gTabBarVisiblePref) == 0) {
|
||||
BOOL newValue = [[PreferenceManager sharedInstance] getBooleanPref:gTabBarVisiblePref withSuccess:nil];
|
||||
BrowserWindowController* bwc = (BrowserWindowController*)inBWC;
|
||||
[bwc->mTabBrowser setBarAlwaysVisible:newValue];
|
||||
[[bwc getTabBrowser] setBarAlwaysVisible:newValue];
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче