Skip to content

Commit

Permalink
new version db
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Oct 25, 2024
1 parent 4ae1cba commit aadf8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dom/indexedDB/DatabaseFileManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ class DatabaseFileManager final

bool Initialized() const { return mInitialized; }

nsresult Init(nsIFile* aDirectory, mozIStorageConnection& aConnection);
nsresult Init(nsIFile* aDirectory, const uint64_t aDatabaseVersion,
mozIStorageConnection& aConnection);

[[nodiscard]] nsCOMPtr<nsIFile> GetDirectory();

Expand Down

0 comments on commit aadf8c8

Please sign in to comment.