Removed GetContentIndex() from nsIFrame

git-svn-id: svn://10.0.0.236/trunk@12307 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-10-08 20:35:16 +00:00
parent 807fe75522
commit ab9971c67b
39 changed files with 145 additions and 260 deletions

View File

@@ -1671,9 +1671,7 @@ ToCString(const PRUnichar* cp, PRInt32 aLen, nsString& aBuf)
NS_IMETHODIMP
TextFrame::ListTag(FILE* out) const
{
PRInt32 contentIndex;
GetContentIndex(contentIndex);
fprintf(out, "Text(%d)@%p", contentIndex, this);
fprintf(out, "Text(%d)@%p", ContentIndexInContainer(this), this);
return NS_OK;
}