Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst

git-svn-id: svn://10.0.0.236/trunk@209059 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2006-09-02 10:00:26 +00:00
parent 468e5d8228
commit fe7d075767
12 changed files with 18 additions and 23 deletions

View File

@@ -138,7 +138,7 @@ nsresult nsPythonContext::HandlePythonError()
if (!PyErr_Occurred())
return NS_OK;
nsScriptErrorEvent errorevent(PR_TRUE, NS_SCRIPT_ERROR);
nsScriptErrorEvent errorevent(PR_TRUE, NS_LOAD_ERROR);
nsAutoString strFilename;
PyObject *exc, *typ, *tb;