зеркало из https://github.com/mozilla/gecko-dev.git
Fixing build bustage fallout from bug 253941.
This commit is contained in:
Родитель
e151180cb4
Коммит
65e9d20d1b
|
@ -496,7 +496,8 @@ NS_IMETHODIMP
|
|||
nsToolkitProfileService::SetSelectedProfile(nsIToolkitProfile* aProfile)
|
||||
{
|
||||
if (mChosen != aProfile) {
|
||||
mChosen = aProfile;
|
||||
// XXXbz Why is this cast OK?
|
||||
mChosen = NS_STATIC_CAST(nsToolkitProfile*, aProfile);
|
||||
mDirty = PR_TRUE;
|
||||
}
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче