diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index 49c9dc22915..0ae5f58919c 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -60,7 +60,7 @@ * Note: the log module is created during initialization which * means that you cannot perform logging before then. */ -static PRLogModuleInfo* gLogModule = PR_NewLogModule("webwidget"); +static PRLogModuleInfo* gLogModule = PR_NewLogModule("webshell"); #endif #define WEB_TRACE_CALLS 0x1 diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index 49c9dc22915..0ae5f58919c 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -60,7 +60,7 @@ * Note: the log module is created during initialization which * means that you cannot perform logging before then. */ -static PRLogModuleInfo* gLogModule = PR_NewLogModule("webwidget"); +static PRLogModuleInfo* gLogModule = PR_NewLogModule("webshell"); #endif #define WEB_TRACE_CALLS 0x1