backing out little fix from earlier today because it causes crashes in some MI cases. I'll investigate and do the right fix

This commit is contained in:
jband%netscape.com 2000-04-20 11:06:48 +00:00
Родитель e62f324a76
Коммит 41e5c7514e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -214,7 +214,7 @@ nsXPCWrappedNative::GetNewOrUsedWrapper(XPCContext* xpcc,
if(!rootClazz)
goto return_wrapper;
root = new nsXPCWrappedNative(xpcc, rootObj, aScope,
root = new nsXPCWrappedNative(xpcc, realObj, aScope,
aGlobalObject, clazz, nsnull);
NS_RELEASE(rootClazz);