Reverting. This is the wrong way to address the item.

This commit is contained in:
timeless%mozdev.org 2006-05-11 14:04:09 +00:00
parent 90466f8337
commit 1b19985fdb

View File

@ -186,7 +186,7 @@ nsJSEventListener::HandleEvent(nsIDOMEvent* aEvent)
&rval);
if (argv != &arg) {
::JS_PopArguments(cx, &stackPtr);
::JS_PopArguments(cx, stackPtr);
}
if (NS_SUCCEEDED(rv)) {