Make sure we can rely on mDirty being false when the list is not dirty. Bug

367906 , r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@218822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-01-23 23:45:54 +00:00
parent 8127b3f88d
commit 644d68a116

View File

@@ -186,7 +186,9 @@ inline void nsCounterNode::Calc(nsCounterList* aList)
class nsCounterList : public nsGenConList {
public:
nsCounterList() : nsGenConList() {}
nsCounterList() : nsGenConList(),
mDirty(PR_FALSE)
{}
void Insert(nsCounterNode* aNode) {
nsGenConList::Insert(aNode);