I only want part of DEBUG_xpc_hacker; fix spelling. b=292027 r=jst sr=brendan a=brendan

This commit is contained in:
dbaron%dbaron.org 2005-06-15 00:21:26 +00:00
parent 3b12302057
commit b07af11b3c

View File

@ -135,7 +135,7 @@
// Note that one would not normally turn *any* of these on in a non-DEBUG build.
#if defined(DEBUG_jband) || defined(DEBUG_jst) || defined(DEBUG_dbradley) || defined(DEBUG_shaver_no) || defined(DEBUG_dbaron) || defined(DEBUG_timeless)
#if defined(DEBUG_jband) || defined(DEBUG_jst) || defined(DEBUG_dbradley) || defined(DEBUG_shaver_no) || defined(DEBUG_timeless)
#define DEBUG_xpc_hacker
#endif
@ -166,6 +166,10 @@
//#define XPC_TRACK_AUTOMARKINGPTR_STATS
#endif
#if defined(DEBUG_dbaron) // only part of DEBUG_xpc_hacker!
#define XPC_DUMP_AT_SHUTDOWN
#endif
/***************************************************************************/
// conditional forward declarations....
@ -2184,7 +2188,7 @@ public:
// longer root their JSObject and are only still alive because they
// were being used via nsSupportsWeakReference at the time when their
// last (outside) reference was released. Wrappers that fit into that
// category are only deleted when we see that their cooresponding JSObject
// category are only deleted when we see that their corresponding JSObject
// is to be finalized.
JSBool IsSubjectToFinalization() const {return IsValid() && mRefCnt == 1;}