Don't leave an exception just hangin' out on the JSContext. Bug 422009,

r+sr=jst, a=shaver


git-svn-id: svn://10.0.0.236/trunk@248233 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2008-03-20 00:42:48 +00:00
parent c5c3ead997
commit 75f1b92fe5
6 changed files with 25 additions and 3 deletions

View File

@@ -933,3 +933,9 @@ nsPythonContext::HoldScriptObject(void *object)
}
return NS_OK;
}
void
nsPythonContext::ReportPendingException()
{
// Not sure there's anything to do here
}