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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user