зеркало из https://github.com/mozilla/pjs.git
Fixing build bustage
This commit is contained in:
Родитель
fa7a397567
Коммит
2004af63d2
|
@ -2559,7 +2559,7 @@ nsListControlFrame::GetViewOffset(nsIViewManager* aManager, nsIView* aView,
|
|||
|
||||
for (nsIView* parent = aView;
|
||||
parent && parent->GetViewManager() == aManager;
|
||||
parent = parent->GetParent(parent)) {
|
||||
parent = parent->GetParent()) {
|
||||
aPoint += parent->GetPosition();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2559,7 +2559,7 @@ nsListControlFrame::GetViewOffset(nsIViewManager* aManager, nsIView* aView,
|
|||
|
||||
for (nsIView* parent = aView;
|
||||
parent && parent->GetViewManager() == aManager;
|
||||
parent = parent->GetParent(parent)) {
|
||||
parent = parent->GetParent()) {
|
||||
aPoint += parent->GetPosition();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче