зеркало из https://github.com/mozilla/pjs.git
bustage fix for bug 599973 a=bustage
This commit is contained in:
Родитель
3c9374ff63
Коммит
96ce854f7c
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче