Bug 498913 - Crash when visiting www.bicycling.com with JAWS 10 running, r=davidb

This commit is contained in:
Marco Zehe 2009-06-17 19:05:45 +02:00
parent 57627b5be1
commit 4c9e75dc90

View File

@ -1385,7 +1385,7 @@ NS_IMETHODIMP nsHTMLTableAccessible::IsProbablyForLayout(PRBool *aIsProbablyForL
PRUint32 length;
nodeList->GetLength(&length);
nsAutoString color, lastRowColor;
for (PRInt32 rowCount = 0; rowCount < rows; rowCount ++) {
for (PRInt32 rowCount = 0; rowCount < length; rowCount ++) {
nsCOMPtr<nsIDOMNode> rowNode;
nodeList->Item(rowCount, getter_AddRefs(rowNode));