mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 877516 - Add MOZ_DUMP_INVALIDATION to enable invalidation logging. r=roc
This commit is contained in:
parent
237b50e71a
commit
d9dcc3425f
@ -1717,7 +1717,7 @@ public:
|
||||
* allow it to be accessed an manipulated from breakpoint conditions.
|
||||
*/
|
||||
static bool InvalidationDebuggingIsEnabled() {
|
||||
return sInvalidationDebuggingIsEnabled;
|
||||
return sInvalidationDebuggingIsEnabled || getenv("MOZ_DUMP_INVALIDATION") != 0;
|
||||
}
|
||||
|
||||
static void Initialize();
|
||||
|
Loading…
Reference in New Issue
Block a user