Removing assertion from HandleDOMEvent. New capture/bubble path passes through this func.

This commit is contained in:
joki%netscape.com 1999-03-29 02:29:43 +00:00
parent bee3c18802
commit ef6d2b292d
2 changed files with 0 additions and 2 deletions

View File

@ -1809,7 +1809,6 @@ XULDocumentImpl::HandleDOMEvent(nsIPresContext& aPresContext,
PRUint32 aFlags,
nsEventStatus& aEventStatus)
{
PR_ASSERT(0);
return NS_ERROR_NOT_IMPLEMENTED;
}

View File

@ -1809,7 +1809,6 @@ XULDocumentImpl::HandleDOMEvent(nsIPresContext& aPresContext,
PRUint32 aFlags,
nsEventStatus& aEventStatus)
{
PR_ASSERT(0);
return NS_ERROR_NOT_IMPLEMENTED;
}