*sigh* - regress previous checkin, as the change that caused it appears to
also have been regressed. Not part of the build. git-svn-id: svn://10.0.0.236/trunk@100536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
663453ad18
commit
ddfdb75453
@ -121,12 +121,13 @@ Py_nsIClassInfo::getattr(const char *name)
|
||||
ret = MakeStringOrNone(str_ret);
|
||||
nsAllocator::Free(str_ret);
|
||||
} else if (strcmp(name, "classID")==0) {
|
||||
nsIID iid;
|
||||
nsIID *iid;
|
||||
Py_BEGIN_ALLOW_THREADS;
|
||||
nr = pI->GetClassID(&iid);
|
||||
Py_END_ALLOW_THREADS;
|
||||
GETATTR_CHECK_RESULT(nr);
|
||||
ret = Py_nsIID::PyObjectFromIID(iid);
|
||||
ret = Py_nsIID::PyObjectFromIID(*iid);
|
||||
nsAllocator::Free(iid);
|
||||
} else if (strcmp(name, "implementationLanguage")==0) {
|
||||
PRUint32 i;
|
||||
Py_BEGIN_ALLOW_THREADS;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user