gLogModule defined only inside of NS_DEBUG. Protecting access.

This commit is contained in:
dp%netscape.com 1999-08-17 01:28:58 +00:00
Родитель 336a61a9ec
Коммит 267d23573a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2566,7 +2566,7 @@ nsWebShell::GetURL(PRInt32 aHistoryIndex, const PRUnichar** aURLResult)
void
nsWebShell::ShowHistory()
{
#ifdef OLD_HISTORY
#if defined(OLD_HISTORY) && defined(NS_DEBUG)
if (WEB_LOG_TEST(gLogModule, WEB_TRACE_HISTORY)) {
PRInt32 i, n = mHistory.Count();
for (i = 0; i < n; i++) {

Просмотреть файл

@ -2566,7 +2566,7 @@ nsWebShell::GetURL(PRInt32 aHistoryIndex, const PRUnichar** aURLResult)
void
nsWebShell::ShowHistory()
{
#ifdef OLD_HISTORY
#if defined(OLD_HISTORY) && defined(NS_DEBUG)
if (WEB_LOG_TEST(gLogModule, WEB_TRACE_HISTORY)) {
PRInt32 i, n = mHistory.Count();
for (i = 0; i < n; i++) {