updated comment.

This commit is contained in:
tbogard%aol.net 1999-12-18 02:18:21 +00:00
parent 22cbc2c1bb
commit b877556678

View File

@ -61,7 +61,7 @@ interface nsIDocShellTreeNode : nsISupports
parameter is used when recursion is being used to avoid searching the same
tree again when a child has asked a parent to search for children.
Note the search is depth first.
Note the search is depth first when recursing.
*/
nsIDocShellTreeItem findChildWithName(in wstring aName, in boolean aRecurse,
in nsIDocShellTreeItem aRequestor);