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

@@ -55,7 +55,7 @@ public:
NS_IMETHOD Init(nsIContent* aContent,
nsIFrame* aParent,
nsIFrame* aPrevInFlow);
NS_IMETHOD SetInitialChildList(nsIAtom* aListName,
NS_IMETHOD SetInitialChildList(ChildListID aListID,
nsFrameList& aChildList);
#ifdef NS_DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const;