Make content lists smarter about match functions that don't actually depend on

attributes.  Bug 299703, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@177803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-08-16 01:43:53 +00:00
parent 6debfca8ea
commit d934c405c0
3 changed files with 18 additions and 5 deletions

View File

@@ -273,6 +273,9 @@ nsHTMLTableRowElement::GetCells(nsIDOMHTMLCollection** aValue)
IsCell,
EmptyString(),
this,
PR_FALSE,
nsnull,
kNameSpaceID_None,
PR_FALSE);
NS_ENSURE_TRUE(mCells, NS_ERROR_OUT_OF_MEMORY);