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