mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925705 - Fix mismatched logging define check. r=honzab
This commit is contained in:
parent
7619fc7c25
commit
d0a14f7383
@ -100,7 +100,7 @@ CacheEntry::~CacheEntry()
|
||||
MOZ_COUNT_DTOR(CacheEntry);
|
||||
}
|
||||
|
||||
#ifdef MOZ_LOGGING
|
||||
#ifdef PR_LOG
|
||||
|
||||
char const * CacheEntry::StateString(uint32_t aState)
|
||||
{
|
||||
|
@ -242,7 +242,7 @@ private:
|
||||
// fails to open an output stream.
|
||||
bool mHasData : 1;
|
||||
|
||||
#ifdef MOZ_LOGGING
|
||||
#ifdef PR_LOG
|
||||
static char const * StateString(uint32_t aState);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user