mirror of
https://github.com/roytam1/palemoon26.git
synced 2026-05-26 05:44:31 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user