зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e62f324a76
Коммит
41e5c7514e
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче