зеркало из https://github.com/mozilla/gecko-dev.git
Bug 617071 - SQLiteMutex.h breaks debug builds with system sqlite. r+a=sdwilsh.
This commit is contained in:
Родитель
f0c0596581
Коммит
9ca049f7ee
|
@ -83,7 +83,7 @@ public:
|
|||
mMutex = aMutex;
|
||||
}
|
||||
|
||||
#ifndef DEBUG
|
||||
#if !defined(DEBUG) || defined(MOZ_NATIVE_SQLITE)
|
||||
/**
|
||||
* Acquires the mutex.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче