mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1250525 - remove #IFDEF ENABLE_TESTS from dom/quota/ActorsParent.cpp. r=janv
MozReview-Commit-ID: 8Ico1aiA3k7
This commit is contained in:
parent
bd0defc6d4
commit
3ea3cf70e8
@ -108,13 +108,7 @@ namespace quota {
|
||||
|
||||
using namespace mozilla::ipc;
|
||||
|
||||
const bool QuotaManager::kRunningXPCShellTests =
|
||||
#ifdef ENABLE_TESTS
|
||||
!!PR_GetEnv("XPCSHELL_TEST_PROFILE_DIR")
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
;
|
||||
const bool QuotaManager::kRunningXPCShellTests = !!PR_GetEnv("XPCSHELL_TEST_PROFILE_DIR");
|
||||
|
||||
// We want profiles to be platform-independent so we always need to replace
|
||||
// the same characters on every platform. Windows has the most extensive set
|
||||
|
Loading…
Reference in New Issue
Block a user