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
parent 3be6d254f6
commit f800296d72

View File

@ -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);