Index: Source/modules/webdatabase/DatabaseThread.h |
diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h |
index 3a020939194693f695cc669b5ddce9866bdccd5a..f238ad598f44c331a0053f2f1527f674aeef1da9 100644 |
--- a/Source/modules/webdatabase/DatabaseThread.h |
+++ b/Source/modules/webdatabase/DatabaseThread.h |
@@ -58,7 +58,7 @@ public: |
void trace(Visitor*); |
void start(); |
- void requestTermination(TaskSynchronizer* cleanupSync); |
+ void terminate(); |
bool terminationRequested(TaskSynchronizer* = 0) const; |
void scheduleTask(PassOwnPtr<DatabaseTask>); |
@@ -88,7 +88,6 @@ private: |
OwnPtr<SQLTransactionClient> m_transactionClient; |
OwnPtrWillBeMember<SQLTransactionCoordinator> m_transactionCoordinator; |
- TaskSynchronizer* m_cleanupSync; |
mutable Mutex m_terminationRequestedMutex; |
bool m_terminationRequested; |