mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 498913 - Crash when visiting www.bicycling.com with JAWS 10 running, r=davidb
This commit is contained in:
parent
57627b5be1
commit
4c9e75dc90
@ -1385,7 +1385,7 @@ NS_IMETHODIMP nsHTMLTableAccessible::IsProbablyForLayout(PRBool *aIsProbablyForL
|
|||||||
PRUint32 length;
|
PRUint32 length;
|
||||||
nodeList->GetLength(&length);
|
nodeList->GetLength(&length);
|
||||||
nsAutoString color, lastRowColor;
|
nsAutoString color, lastRowColor;
|
||||||
for (PRInt32 rowCount = 0; rowCount < rows; rowCount ++) {
|
for (PRInt32 rowCount = 0; rowCount < length; rowCount ++) {
|
||||||
nsCOMPtr<nsIDOMNode> rowNode;
|
nsCOMPtr<nsIDOMNode> rowNode;
|
||||||
nodeList->Item(rowCount, getter_AddRefs(rowNode));
|
nodeList->Item(rowCount, getter_AddRefs(rowNode));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user