-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure LevelDB Iterator is closed (#5458)
Task/Issue URL: https://app.asana.com/0/1200204095367872/1209128100809324/f ### Description - Closes the `DBIterator` after local storage has been cleared. - Also keeps the DB open and updates the DB initialization to be `Lazy`. ### Steps to test this PR _Filter logcat by WebLocalStorageManager_ - [x] Visit cnn.com - [x] Use the fire button - [x] Verify that cnn.com entries are deleted
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters