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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user