From ca7ad7a2f3ae1f2b067fd8f9eeb488db3d233bbb Mon Sep 17 00:00:00 2001 From: "jonas%sicking.cc" Date: Tue, 22 May 2007 00:08:05 +0000 Subject: [PATCH] Bug 380872: Forgot to address bzs review comment to remove this assertion. r/sr=bz git-svn-id: svn://10.0.0.236/trunk@226766 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/src/nsGenericElement.cpp | 1 - 1 file changed, 1 deletion(-) 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 =