Bug 725881 - Add a missing rollback. r=dolske

This commit is contained in:
Wes Johnston
2012-02-27 14:14:42 -08:00
parent 9c1972d44a
commit 4f246f4d4c

View File

@@ -388,6 +388,7 @@ FormHistory.prototype = {
stmt.executeStep(); stmt.executeStep();
this.sendIntNotification("removeEntriesByTimeframe", beginTime, endTime); this.sendIntNotification("removeEntriesByTimeframe", beginTime, endTime);
} catch (e) { } catch (e) {
this.dbConnection.rollbackTransaction();
this.log("removeEntriesByTimeframe failed: " + e); this.log("removeEntriesByTimeframe failed: " + e);
throw e; throw e;
} finally { } finally {