Fix bustage caused by merge problem in patch for bug 529087.

This commit is contained in:
Jonas Sicking 2010-05-26 15:59:23 -07:00
parent f2fa47761e
commit ac360c62dd

View File

@ -277,7 +277,7 @@ nsNodeUtils::LastRelease(nsINode* aNode)
NS_ASSERTION(aNode->HasFlag(NODE_FORCE_XBL_BINDINGS) ||
!ownerDoc ||
!ownerDoc->BindingManager() ||
!ownerDoc->BindingManager()->GetBinding(cont),
!ownerDoc->BindingManager()->GetBinding(elem),
"Non-forced node has binding on destruction");
// if NODE_FORCE_XBL_BINDINGS is set, the node might still have a binding