Back out patch for bug 368869, yet again. Seems to cause some obscure crashes

in nightlies.
This commit is contained in:
graydon%mozilla.com 2007-05-06 03:46:06 +00:00
Родитель 36eabd0083
Коммит 1dee25ff2e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -277,8 +277,8 @@ WrappedNativeJSGCThingMarker(JSDHashTable *table, JSDHashEntryHdr *hdr,
// formed by a poor order between C++ and JS garbage cycle
// formations. See Bug 368869.
//
if (JS_IsGCMarkingTracer(trc))
nsCycleCollector_suspectCurrent(wrapper);
// if (JS_IsGCMarkingTracer(trc))
// nsCycleCollector_suspectCurrent(wrapper);
}
return JS_DHASH_NEXT;
}