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:
@@ -933,3 +933,9 @@ nsPythonContext::HoldScriptObject(void *object)
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
nsPythonContext::ReportPendingException()
|
||||
{
|
||||
// Not sure there's anything to do here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user