зеркало из https://github.com/mozilla/gecko-dev.git
gLogModule defined only inside of NS_DEBUG. Protecting access.
This commit is contained in:
Родитель
336a61a9ec
Коммит
267d23573a
|
@ -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++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче