Bug 839120 - Support SafeBrowsing in b2g r=gpascutto

This commit is contained in:
Yusuke Yamamoto
2015-02-12 23:58:15 -08:00
parent d473f46983
commit 9490d92a7a
18 changed files with 124 additions and 43 deletions

View File

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