⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244258 in webkit


Ignore:
Timestamp:
Apr 15, 2019, 12:43:45 AM (7 years ago)
Author:
bshafiei@apple.com
Message:

Revert r243585. rdar://problem/49894388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607-branch/Source/WebCore/platform/sql/SQLiteDatabase.cpp

    r244257 r244258  
    3131#include "Logging.h"
    3232#include "MemoryRelease.h"
    33 #include "SQLiteDatabaseTracker.h"
    3433#include "SQLiteFileSystem.h"
    3534#include "SQLiteStatement.h"
     
    127126
    128127    {
    129         SQLiteTransactionInProgressAutoCounter transactionCounter;
    130128        SQLiteStatement checkpointStatement(*this, "PRAGMA wal_checkpoint(TRUNCATE)"_s);
    131129        if (checkpointStatement.prepareAndStep() == SQLITE_ROW) {
     
    149147            m_db = 0;
    150148        }
    151         SQLiteTransactionInProgressAutoCounter transactionCounter;
    152149        sqlite3_close(db);
    153150    }
Note: See TracChangeset for help on using the changeset viewer.