Bug 1702862. Allow nsICotent::List and friends in --enable-dump-painting builds. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D110743
This commit is contained in:
Timothy Nikkel 2021-04-05 10:49:40 +00:00
parent ae4f7314e2
commit a5befa8e27

View File

@ -770,7 +770,7 @@ class nsIContent : public nsINode {
~nsIContent() = default;
public:
#ifdef DEBUG
#if defined(DEBUG) || defined(MOZ_DUMP_PAINTING)
# define MOZ_DOM_LIST
#endif