зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2ae5984b1e
Коммит
8eb36f1ade
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче