storage: don't use sqlite3_mutex_held()and sqlite3_mutex_notheld() even on debug build, which cause unresolved symbol in vc8 on linking

This commit is contained in:
2018-05-16 21:12:25 +08:00
parent 079bdd96ec
commit b7e18fe760
+1 -1
View File
@@ -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.
*/