From 9364f22aed35e1a1e9d07c121510f80be3ab0502 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- WebCore/platform/sql/SQLiteTransaction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'WebCore/platform/sql/SQLiteTransaction.cpp') diff --git a/WebCore/platform/sql/SQLiteTransaction.cpp b/WebCore/platform/sql/SQLiteTransaction.cpp index 5018f5a..3fb54f1 100644 --- a/WebCore/platform/sql/SQLiteTransaction.cpp +++ b/WebCore/platform/sql/SQLiteTransaction.cpp @@ -74,7 +74,6 @@ void SQLiteTransaction::rollback() void SQLiteTransaction::stop() { m_inProgress = false; - m_db.m_transactionInProgress = false; } } // namespace WebCore -- cgit v1.1