mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Fix problem with controls not binding when using external instances. Bug 279021, r=smaug+aaronr
This commit is contained in:
parent
784c9d05f6
commit
9179f0a5b4
@ -171,8 +171,6 @@ nsXFormsControlStub::ProcessNodeBinding(const nsString &aBindingAttr,
|
||||
aResult,
|
||||
mDependencies);
|
||||
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
if (mModel) {
|
||||
mModel->AddFormControl(this);
|
||||
if (aModel) {
|
||||
@ -180,7 +178,7 @@ nsXFormsControlStub::ProcessNodeBinding(const nsString &aBindingAttr,
|
||||
}
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
return rv;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user