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
This commit is contained in:
pedemont%us.ibm.com 2006-09-27 15:17:29 +00:00
Родитель af81668491
Коммит e855ffeb4f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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