bug 300024 remove assertion when putting XUL buttons in an XHTML document

patch by Caleb <bugs.caleb@gmail.com> r+sr=bz a=bsmedberg
This commit is contained in:
cbiesinger%web.de 2005-07-18 16:43:47 +00:00
Родитель 8c6990a55e
Коммит 6ce406ca6b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -2557,7 +2557,6 @@ nsXULElement::GetControllers(nsIControllers** aResult)
// Set the command dispatcher on the new controllers object
nsCOMPtr<nsIDOMXULDocument> domxuldoc = do_QueryInterface(doc);
NS_ASSERTION(domxuldoc != nsnull, "not an nsIDOMXULDocument");
if (! domxuldoc)
return NS_ERROR_UNEXPECTED;