diff --git a/js/src/xpconnect/src/xpcwrappednativescope.cpp b/js/src/xpconnect/src/xpcwrappednativescope.cpp index 1d976d371a7..7c89e4269b9 100644 --- a/js/src/xpconnect/src/xpcwrappednativescope.cpp +++ b/js/src/xpconnect/src/xpcwrappednativescope.cpp @@ -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; }