зеркало из https://github.com/mozilla/gecko-dev.git
Bug 125689 Mozinvaders crashes Mozilla! [@ nsGrid::FindRowsAndColumns]
r=varga sr=kin <grid></grid> with no rows or collumns
This commit is contained in:
Родитель
a29b57a342
Коммит
8a4270d80b
|
@ -279,7 +279,9 @@ nsGrid::FindRowsAndColumns(nsIBox** aRows, nsIBox** aColumns)
|
|||
|
||||
// find the boxes that contain our rows and columns
|
||||
nsIBox* child = nsnull;
|
||||
mBox->GetChildBox(&child);
|
||||
// if we have <grid></grid> then mBox will be null (bug 125689)
|
||||
if (mBox)
|
||||
mBox->GetChildBox(&child);
|
||||
|
||||
while(child)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче