Bug 617071 - SQLiteMutex.h breaks debug builds with system sqlite. r+a=sdwilsh.

This commit is contained in:
Asaf Romano 2010-12-15 20:57:11 +02:00
Родитель f0c0596581
Коммит 9ca049f7ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ public:
mMutex = aMutex;
}
#ifndef DEBUG
#if !defined(DEBUG) || defined(MOZ_NATIVE_SQLITE)
/**
* Acquires the mutex.
*/