mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 859749 - Fix building with --enable-dump-painting and --disable-debug. r=mattwoodrow
DisplayItemClip::ToString should be in a MOZ_DUMP_PAINTING #ifdef, rather than a generic DEBUG #ifdef.
This commit is contained in:
parent
34283321b0
commit
9beede6ae7
@ -385,7 +385,7 @@ DisplayItemClip::Shutdown()
|
||||
gNoClip = nullptr;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef MOZ_DUMP_PAINTING
|
||||
nsCString
|
||||
DisplayItemClip::ToString() const
|
||||
{
|
||||
|
@ -153,7 +153,7 @@ public:
|
||||
|
||||
void MoveBy(nsPoint aPoint);
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef MOZ_DUMP_PAINTING
|
||||
nsCString ToString() const;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user