зеркало из https://github.com/mozilla/pjs.git
Fix build bustage AGAIN.
This commit is contained in:
Родитель
afe62315e1
Коммит
00dcc73d5b
|
@ -869,7 +869,7 @@ static PRBool ApplyClipRect(const nsView* aView, nsRect* aRect, PRBool aFollowPl
|
|||
nsPoint offset(0, 0);
|
||||
PRBool lastViewIsFloating = aView->GetFloating();
|
||||
PRBool foundPlaceholders = PR_FALSE;
|
||||
while (NS_STATIC_CAST(nsIView*, aView) != aStopAtView) {
|
||||
while (NS_STATIC_CAST(const nsIView*, aView) != aStopAtView) {
|
||||
const nsView* parentView = aView->GetParent();
|
||||
nsPoint offsetFromParent = aView->GetPosition();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче