Bug 839120 - Support SafeBrowsing in b2g r=gpascutto
This commit is contained in:
@@ -399,7 +399,8 @@ Classifier::RegenActiveTables()
|
||||
ScanStoreDir(foundTables);
|
||||
|
||||
for (uint32_t i = 0; i < foundTables.Length(); i++) {
|
||||
HashStore store(nsCString(foundTables[i]), mStoreDirectory);
|
||||
nsCString table(foundTables[i]);
|
||||
HashStore store(table, mStoreDirectory);
|
||||
|
||||
nsresult rv = store.Open();
|
||||
if (NS_FAILED(rv))
|
||||
|
||||
Reference in New Issue
Block a user