зеркало из https://github.com/mozilla/gecko-dev.git
Comment out annoying assertion (bug # 9930) for the short term... the code needs to be rewritten in general.
This commit is contained in:
Родитель
e236e64c7d
Коммит
eecea8a53d
|
@ -3084,7 +3084,7 @@ RDFXULBuilderImpl::GetGraphNodeForXULElement(nsIDOMNode* aNode, nsIRDFNode** aRe
|
|||
// point.)
|
||||
nsCOMPtr<nsIRDFResource> resource;
|
||||
rv = GetRDFResourceFromXULElement(aNode, getter_AddRefs(resource));
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "new child doesn't have a resource");
|
||||
// NS_ASSERTION(NS_SUCCEEDED(rv), "new child doesn't have a resource");
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// If the node isn't marked as a XUL element in the graph,
|
||||
|
|
Загрузка…
Ссылка в новой задаче