зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8c6990a55e
Коммит
6ce406ca6b
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче