Code review for a026e9ae548b: no need to be so flexible

This commit is contained in:
Raymond Hill 2019-01-25 18:58:49 -05:00
parent a026e9ae54
commit 85d6339b07
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
// IndexedDB.
if (
vAPI.webextFlavor.soup.has('firefox') === false &&
µBlock.hiddenSettings.cacheStorageAPI.toLowerCase() !== 'indexeddb'
µBlock.hiddenSettings.cacheStorageAPI !== 'IndexedDB'
) {
// In case IndexedDB was used as cache storage, remove it.
indexedDB.deleteDatabase(STORAGE_NAME);