Fix bug 9713. comment out some sensitive code until I rewrite it. This code isn't needed yet. r=mscott

git-svn-id: svn://10.0.0.236/trunk@53925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com 1999-11-19 00:47:40 +00:00
parent b27c18fb1e
commit 0a9a9efcf3

View File

@ -340,6 +340,7 @@ nsresult nsGfxAutoTextControlFrame::BuildScriptEventHandler(nsIScriptContext* aC
nsresult nsGfxAutoTextControlFrame::ExecuteScriptEventHandler(PRInt32 handlerID)
{
/* PER REQUEST FROM brendan@mozilla.org (see bug 9713), I REMOVE TEMPORARY THIS PIECE OF CODE UNTIL I REWRITE IT
jsval funval, result;
SetEventHandlers(handlerID);
if (mEvtHdlrContext[handlerID] && mEvtHdlrScript[handlerID])
@ -351,5 +352,6 @@ nsresult nsGfxAutoTextControlFrame::ExecuteScriptEventHandler(PRInt32 handlerID)
return NS_OK;
JS_CallFunctionValue(mJSContext, mEvtHdlrScript[handlerID], funval, 0, nsnull, &result);
}
*/
return NS_OK;
}