From 1f47c8bc4adc2a1d5e35c80fe8550ea455cb15e1 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Wed, 4 Apr 2001 07:07:33 +0000 Subject: [PATCH] Missed the XML bit of my mutation patch. git-svn-id: svn://10.0.0.236/trunk@91264 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xml/content/src/nsXMLElement.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/content/xml/content/src/nsXMLElement.cpp b/mozilla/content/xml/content/src/nsXMLElement.cpp index 3b0e398ab62..d7e666e2a30 100644 --- a/mozilla/content/xml/content/src/nsXMLElement.cpp +++ b/mozilla/content/xml/content/src/nsXMLElement.cpp @@ -416,7 +416,6 @@ nsXMLElement::HandleDOMEvent(nsIPresContext* aPresContext, nsEventStatus* aEventStatus) { NS_ENSURE_ARG_POINTER(aEventStatus); - NS_ENSURE_ARG(aPresContext); // Try script event handlers first nsresult ret = nsGenericContainerElement::HandleDOMEvent(aPresContext, aEvent,