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

This commit is contained in:
graydon@mozilla.com 2007-05-05 20:46:06 -07:00
Родитель 21747bccfe
Коммит 619436ff32
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;
}