Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138849
Collapse All | Expand All

(-)galeon-2.0.1/mozilla/EventContext.cpp (+3 lines)
Lines 975-980 Link Here
975
	rv = node->GetOwnerDocument (getter_AddRefs (doc));
975
	rv = node->GetOwnerDocument (getter_AddRefs (doc));
976
	NS_ENSURE_SUCCESS (rv, retval);
976
	NS_ENSURE_SUCCESS (rv, retval);
977
977
978
	nsCOMPtr<nsIDOMXULDocument> xul_document (do_QueryInterface(doc, &rv));
979
	if (xul_document) return retval;
980
978
	nsCOMPtr<nsIDOMNSHTMLDocument> htmlDoc (do_QueryInterface (doc));
981
	nsCOMPtr<nsIDOMNSHTMLDocument> htmlDoc (do_QueryInterface (doc));
979
	if (htmlDoc)
982
	if (htmlDoc)
980
	{
983
	{

Return to bug 138849