diff --git a/mozilla/content/base/src/nsGenericElement.cpp b/mozilla/content/base/src/nsGenericElement.cpp index 7763e32f661..071b84ab6f7 100644 --- a/mozilla/content/base/src/nsGenericElement.cpp +++ b/mozilla/content/base/src/nsGenericElement.cpp @@ -1817,7 +1817,6 @@ nsGenericElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent, // ...then check if we have content in insertion points if (aBindingParent) { nsXBLBinding* binding = bmgr->GetBinding(aBindingParent); - NS_ASSERTION(binding, "huh, no binding?"); if (binding) { // These should be refcounted. nsInsertionPointList* inserts =