Loading
Fix for crashes in document.addBinding():
- Don't allow the old binding to go away as we insert the new binding into the chain. - When swapping the nsXBLInsertionPoint array for a content node, remove any entries from the old list that are also in the new list, so that we don't delete them. Bug 296375, r+sr=bzbarsky.