Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc

Remove the nsIAtom* child list names and use child list ID enum instead.
This commit is contained in:
Mats Palmgren
2011-08-24 22:54:30 +02:00
parent 1bfd788e19
commit 4e2a044a66
126 changed files with 892 additions and 929 deletions

View File

@@ -404,7 +404,7 @@ nsHTMLButtonControlFrame::SetAdditionalStyleContext(PRInt32 aIndex,
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::AppendFrames(nsIAtom* aListName,
nsHTMLButtonControlFrame::AppendFrames(ChildListID aListID,
nsFrameList& aFrameList)
{
NS_NOTREACHED("unsupported operation");
@@ -412,7 +412,7 @@ nsHTMLButtonControlFrame::AppendFrames(nsIAtom* aListName,
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::InsertFrames(nsIAtom* aListName,
nsHTMLButtonControlFrame::InsertFrames(ChildListID aListID,
nsIFrame* aPrevFrame,
nsFrameList& aFrameList)
{
@@ -421,7 +421,7 @@ nsHTMLButtonControlFrame::InsertFrames(nsIAtom* aListName,
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::RemoveFrame(nsIAtom* aListName,
nsHTMLButtonControlFrame::RemoveFrame(ChildListID aListID,
nsIFrame* aOldFrame)
{
NS_NOTREACHED("unsupported operation");