[XForms] Bug 339104, event listener crashes inside a repeat, r=allan+doron

git-svn-id: svn://10.0.0.236/trunk@198343 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2006-05-24 19:51:22 +00:00
parent feac41cb74
commit 3162fd4966
4 changed files with 26 additions and 15 deletions

View File

@@ -81,7 +81,6 @@ nsXFormsDelegateStub::OnCreated(nsIXTFBindableElementWrapper *aWrapper)
nsresult rv = nsXFormsBindableControlStub::OnCreated(aWrapper);
NS_ENSURE_SUCCESS(rv, rv);
aWrapper->SetNotificationMask(kStandardNotificationMask |
nsIXTFElement::NOTIFY_WILL_CHANGE_DOCUMENT |
nsIXTFElement::NOTIFY_WILL_CHANGE_PARENT);
return rv;
}