Fix Javaconnect build bustage on Win32. r=tor, a=mkaply. Not part of default build.

git-svn-id: svn://10.0.0.236/trunk@174298 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2005-06-08 16:41:19 +00:00
parent 3b98800073
commit ce94b3bcc1
5 changed files with 56 additions and 32 deletions

View File

@@ -186,7 +186,7 @@ nsJavaXPTCStub::ReleaseWeakRef()
{
// if this is a child
if (mMaster)
return mMaster->ReleaseWeakRef();
mMaster->ReleaseWeakRef();
--mWeakRefCnt;