| Index: Source/modules/webdatabase/DatabaseThread.h
|
| diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h
|
| index 083da72eda7f821c69e0a1d8a5347bde33da8748..c11e861c47efe281d5710442cbd63fc8202b7fd3 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() const;
|
|
|
| void scheduleTask(PassOwnPtr<DatabaseTask>);
|
|
|