Fix firing of mutation events on buttons. Bug 288721, r+sr=jst, a=bsmedberg

This commit is contained in:
bzbarsky%mit.edu 2005-07-28 16:16:09 +00:00
parent c5a672fdb1
commit 3b4cb4864d

View File

@ -287,7 +287,6 @@ nsHTMLButtonElement::HandleDOMEvent(nsPresContext* aPresContext,
PRUint32 aFlags,
nsEventStatus* aEventStatus)
{
NS_ENSURE_ARG(aPresContext);
NS_ENSURE_ARG_POINTER(aEventStatus);
// Do not process any DOM events if the element is disabled