mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 03:18:41 +00:00
work around build bug
This commit is contained in:
parent
c83cf9197d
commit
6bb6180e06
@ -151,14 +151,12 @@ private:
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
#include "prlog.h"
|
||||
/**
|
||||
* Note: the log module is created during initialization which
|
||||
* means that you cannot perform logging before then.
|
||||
*/
|
||||
static PRLogModuleInfo* gLogModule = PR_NewLogModule("webwidget");
|
||||
#ifndef prlog_h___
|
||||
vc++ is buggy;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define WEB_TRACE_CALLS 0x1
|
||||
|
Loading…
Reference in New Issue
Block a user