Fixed invocation bug that mac compiler caught

This commit is contained in:
kipp%netscape.com 1999-02-01 19:08:30 +00:00
Родитель 57de44ee8a
Коммит 731cf6ce9d
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}

Просмотреть файл

@ -5092,7 +5092,7 @@ nsAnonymousBlockFrame::StealFirstFrame()
if (firstChild == placeholderFrame) {
// Remove placeholder from the line's floater array
floaters.RemoveElementAt(i);
if (0 == floaters.Count) {
if (0 == floaters.Count()) {
delete line->mFloaters;
line->mFloaters = nsnull;
}