From 6ce406ca6bd91069bb902c4e9c3f0c58a8a6e0c8 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Mon, 18 Jul 2005 16:43:47 +0000 Subject: [PATCH] bug 300024 remove assertion when putting XUL buttons in an XHTML document patch by Caleb r+sr=bz a=bsmedberg --- content/xul/content/src/nsXULElement.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/content/xul/content/src/nsXULElement.cpp b/content/xul/content/src/nsXULElement.cpp index 731cdd1f8eb..f8bba269b83 100644 --- a/content/xul/content/src/nsXULElement.cpp +++ b/content/xul/content/src/nsXULElement.cpp @@ -2557,7 +2557,6 @@ nsXULElement::GetControllers(nsIControllers** aResult) // Set the command dispatcher on the new controllers object nsCOMPtr domxuldoc = do_QueryInterface(doc); - NS_ASSERTION(domxuldoc != nsnull, "not an nsIDOMXULDocument"); if (! domxuldoc) return NS_ERROR_UNEXPECTED;