mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
Make sure we can rely on mDirty being false when the list is not dirty. Bug
367906 , r+sr=dbaron
This commit is contained in:
parent
94dc4f9ced
commit
01bcca00c3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user