mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 559217 - Browser freezes due a lock contentions across Places statements. r=sdwilsh
This commit is contained in:
parent
d2d4feddf7
commit
746854e136
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user