зеркало из https://github.com/mozilla/pjs.git
Table crash in webmail page (70072). r=karnaze sr=attinasi
This commit is contained in:
Родитель
1bde7bec2a
Коммит
128f3bdbbf
|
@ -4320,7 +4320,7 @@ nsTableFrame::GetFrameAtOrBefore(nsIPresContext* aPresContext,
|
|||
nsIFrame* childFrame;
|
||||
nsIFrame* lastMatchingFrame = nsnull;
|
||||
aParentFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
||||
while (childFrame != aPriorChildFrame) {
|
||||
while (childFrame && childFrame != aPriorChildFrame) {
|
||||
childFrame->GetFrameType(&frameType);
|
||||
if (aChildType == frameType) {
|
||||
lastMatchingFrame = childFrame;
|
||||
|
|
|
@ -4320,7 +4320,7 @@ nsTableFrame::GetFrameAtOrBefore(nsIPresContext* aPresContext,
|
|||
nsIFrame* childFrame;
|
||||
nsIFrame* lastMatchingFrame = nsnull;
|
||||
aParentFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
||||
while (childFrame != aPriorChildFrame) {
|
||||
while (childFrame && childFrame != aPriorChildFrame) {
|
||||
childFrame->GetFrameType(&frameType);
|
||||
if (aChildType == frameType) {
|
||||
lastMatchingFrame = childFrame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче