зеркало из https://github.com/mozilla/gecko-dev.git
Fixed invocation bug that mac compiler caught
This commit is contained in:
Родитель
78015f31f6
Коммит
c529fc11be
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче