diff options
Diffstat (limited to 'xpcom/threads')
-rw-r--r-- | xpcom/threads/MozPromise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/threads/MozPromise.h b/xpcom/threads/MozPromise.h index 7a2921d2a..97bfc904b 100644 --- a/xpcom/threads/MozPromise.h +++ b/xpcom/threads/MozPromise.h @@ -19,7 +19,7 @@ #include "nsTArray.h" #include "nsThreadUtils.h" -#if defined(DEBUG) || !defined(RELEASE_OR_BETA) +#if defined(DEBUG) #define PROMISE_DEBUG #endif |