зеркало из https://github.com/mozilla/gecko-dev.git
[XForms] bind elements have stopped working. Bug 344981, r=doronr+olli
This commit is contained in:
Родитель
c8fe980efe
Коммит
f78f9e5856
|
@ -1987,7 +1987,7 @@ nsXFormsModelElement::ProcessBindElements()
|
|||
nsresult rv;
|
||||
nsCOMPtr<nsIDOMXPathEvaluator> xpath = do_QueryInterface(firstInstanceDoc,
|
||||
&rv);
|
||||
NS_ENSURE_TRUE(rv, rv);
|
||||
NS_ENSURE_TRUE(xpath, rv);
|
||||
|
||||
nsCOMPtr<nsIDOMNodeList> children;
|
||||
mElement->GetChildNodes(getter_AddRefs(children));
|
||||
|
|
Загрузка…
Ссылка в новой задаче