nsTraceRefcntImpl not nsTraceRefcnt.

This commit is contained in:
dougt@meer.net
2003-08-05 05:34:11 +00:00
parent af957888be
commit b093819441

View File

@@ -46,7 +46,7 @@
#include <signal.h>
/* for nsTraceRefcnt::WalkTheStack() */
#include "nsISupportsUtils.h"
#include "nsTraceRefcnt.h"
#include "nsTraceRefcntImpl.h"
#if defined(__GNUC__) && defined(__i386)
# define DebugBreak() { asm("int $3"); }
@@ -325,7 +325,7 @@ nsDebugImpl::Break(const char *aFile, PRInt32 aLine)
// walk the stack
//
nsTraceRefcnt::WalkTheStack(stderr);
nsTraceRefcntImpl::WalkTheStack(stderr);
}
else if ( strcmp(assertBehavior,"abort")==0 ) {