From 47d2cd26d42e908f0a6605ecb6dfeb0edc1d4d21 Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Thu, 6 Apr 2000 22:40:25 +0000 Subject: [PATCH] Oops. Was checking into a branch that was created in the io directory only. Backing out. --- xpcom/base/nsDebug.cpp | 2 +- xpcom/glue/nsDebug.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpcom/base/nsDebug.cpp b/xpcom/base/nsDebug.cpp index 4a079225cc65..82354d59c4a5 100644 --- a/xpcom/base/nsDebug.cpp +++ b/xpcom/base/nsDebug.cpp @@ -371,7 +371,7 @@ NS_CheckThreadSafe(void* owningThread, const char* msg) check = gCheckThreadSafeDefault || getenv("XPCOM_CHECK_THREADSAFE") != 0; } if (check) { - //NS_ASSERTION(owningThread == NS_CurrentThread(), msg); + NS_ASSERTION(owningThread == NS_CurrentThread(), msg); } } diff --git a/xpcom/glue/nsDebug.cpp b/xpcom/glue/nsDebug.cpp index 4a079225cc65..82354d59c4a5 100644 --- a/xpcom/glue/nsDebug.cpp +++ b/xpcom/glue/nsDebug.cpp @@ -371,7 +371,7 @@ NS_CheckThreadSafe(void* owningThread, const char* msg) check = gCheckThreadSafeDefault || getenv("XPCOM_CHECK_THREADSAFE") != 0; } if (check) { - //NS_ASSERTION(owningThread == NS_CurrentThread(), msg); + NS_ASSERTION(owningThread == NS_CurrentThread(), msg); } }