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

Original committer: pedemont%us.ibm.com
Original revision: 1.33
Original date: 2005/06/08 16:41:18


git-svn-id: svn://10.0.0.236/trunk@212605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2006-09-27 15:17:29 +00:00
parent 7bd43e3db2
commit ee6975944a

View File

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