diff --git a/storage/src/SQLiteMutex.h b/storage/src/SQLiteMutex.h index e6ea0ab07..db5c531e9 100644 --- a/storage/src/SQLiteMutex.h +++ b/storage/src/SQLiteMutex.h @@ -50,7 +50,7 @@ public: mMutex = aMutex; } -#if !defined(DEBUG) || defined(MOZ_NATIVE_SQLITE) +#if 1//!defined(DEBUG) || defined(MOZ_NATIVE_SQLITE) /** * Acquires the mutex. */