diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index c9414a8068e..bc4aaacb624 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -153,8 +153,8 @@ nsWebShell::nsWebShell() : nsDocShell() #ifdef DEBUG // We're counting the number of |nsWebShells| to help find leaks ++gNumberOfWebShells; -#endif PRINTF("WEBSHELL+ = %ld\n", gNumberOfWebShells); +#endif NS_INIT_REFCNT(); mThreadEventQueue = nsnull; @@ -203,8 +203,8 @@ nsWebShell::~nsWebShell() #ifdef DEBUG // We're counting the number of |nsWebShells| to help find leaks --gNumberOfWebShells; -#endif PRINTF("WEBSHELL- = %ld\n", gNumberOfWebShells); +#endif } void nsWebShell::InitFrameData()