Bug 551344 part 3 supplement - Rename the getter for the length of list of active formatting elements in the HTML5 parser. r=jonas.

This commit is contained in:
Henri Sivonen
2010-04-16 13:52:06 +03:00
parent b1663de57d
commit a4d809db26
7 changed files with 13 additions and 13 deletions

View File

@@ -134,7 +134,7 @@ nsHtml5StateSnapshot::isQuirks()
}
PRInt32
nsHtml5StateSnapshot::getListLength()
nsHtml5StateSnapshot::getListOfActiveFormattingElementsLength()
{
return listOfActiveFormattingElements.length;
}