Bug 371285, Crash loading form with select inside repeat, r=aaronr+surkov
git-svn-id: svn://10.0.0.236/trunk@220888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9b5cb907ca
commit
8a4eed80bf
@ -224,10 +224,10 @@ public:
|
||||
{
|
||||
private:
|
||||
/** The control the iterator is currently pointing at */
|
||||
nsXFormsControlListItem *mCur;
|
||||
nsRefPtr<nsXFormsControlListItem> mCur;
|
||||
|
||||
/** A stack of non-visited nodes */
|
||||
nsVoidArray mStack;
|
||||
nsVoidArray mStack;
|
||||
|
||||
public:
|
||||
iterator();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user