Nomenclature change. No bug.

git-svn-id: svn://10.0.0.236/trunk@186168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2005-12-16 17:32:45 +00:00
parent 62b8622611
commit f59e06b5b6
8 changed files with 20 additions and 20 deletions

View File

@@ -914,7 +914,7 @@ ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage)
methodSig.AppendLiteral(")V");
// In some instances (such as in shutdownXPCOM() and termEmbedding()), we
// will need to throw an exception when Javaconnect has already been
// will need to throw an exception when JavaXPCOM has already been
// terminated. In such a case, 'xpcomExceptionClass' will be null. So we
// reset it temporarily in order to throw the appropriate exception.
if (xpcomExceptionClass == nsnull) {