Bug 593045 - 'Add SQLite file size quota management to mozStorage'. Missed a comment change. r=ted+asuth, a=blocking2.0+.

This commit is contained in:
Ben Turner 2010-09-03 09:12:27 -07:00
Родитель 2ae5984b1e
Коммит 8eb36f1ade
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -100,6 +100,9 @@ public:
* The nsIFile of the location of the database to open, or create if it
* does not exist. Passing in nsnull here creates an in-memory
* database.
* @param aVFSName
* The VFS that SQLite will use when opening this database. NULL means
* "default".
*/
nsresult initialize(nsIFile *aDatabaseFile,
const char* aVFSName = NULL);