bustage fix for bug 599973 a=bustage

This commit is contained in:
Marco Bonardo 2010-11-16 11:30:42 +01:00
Родитель 3c9374ff63
Коммит 96ce854f7c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -941,7 +941,7 @@ nsFaviconService::FinalizeStatements() {
}
// Finalize the statementCache on the correct thread.
nsRefPtr<FinalizeStatementCacheProxy<mozIStorageStatement>> event =
nsRefPtr<FinalizeStatementCacheProxy<mozIStorageStatement> > event =
new FinalizeStatementCacheProxy<mozIStorageStatement>(mSyncStatements);
nsCOMPtr<nsIEventTarget> target = do_GetInterface(mDBConn);
NS_ENSURE_TRUE(target, NS_ERROR_OUT_OF_MEMORY);