Bug 388976, [XForms1.1] Support conditional and iterated actions (i.e. 'if' and 'while'), [NPOTB], r=aaronr+me, p=jlc6@po.cwru.edu

git-svn-id: svn://10.0.0.236/trunk@240037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2007-11-28 16:40:37 +00:00
parent 2ff1d5da41
commit 242a70a7fc
30 changed files with 474 additions and 127 deletions

View File

@@ -641,7 +641,7 @@ nsXFormsModelElement::CancelPostRefresh(nsIXFormsControl* aControl)
}
nsXFormsModelElement::nsXFormsModelElement()
: mElement(nsnull),
: nsXFormsStubElement(),
mFormControls(nsnull, &mControlListHash),
mSchemaCount(0),
mSchemaTotal(0),