Index: Source/modules/webdatabase/DatabaseThread.h |
diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h |
index 083da72eda7f821c69e0a1d8a5347bde33da8748..b8ed9ce0352a70d6ddb115dcf726bb2b13ce6e55 100644 |
--- a/Source/modules/webdatabase/DatabaseThread.h |
+++ b/Source/modules/webdatabase/DatabaseThread.h |
@@ -59,7 +59,7 @@ |
void start(); |
void requestTermination(TaskSynchronizer* cleanupSync); |
- bool terminationRequested() const; |
+ bool terminationRequested(TaskSynchronizer* = 0) const; |
void scheduleTask(PassOwnPtr<DatabaseTask>); |