Bug 559217 - Browser freezes due a lock contentions across Places statements. r=sdwilsh

This commit is contained in:
Marco Bonardo 2010-04-29 10:40:08 +02:00
parent d2d4feddf7
commit 746854e136

View File

@ -78,9 +78,6 @@ public:
mozIStorageStatement* stmt = navHist->GetStatementById(DB_IS_PAGE_VISITED);
NS_ENSURE_STATE(stmt);
// Be sure to reset our statement!
mozStorageStatementScoper scoper(stmt);
// Bind by index for performance.
nsresult rv = URIBinder::Bind(stmt, 0, aURI);
NS_ENSURE_SUCCESS(rv, rv);