Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: Source/modules/webdatabase/DatabaseThread.h

Issue 596083005: DatabaseBackend should not post a task to an already terminated database thread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/webdatabase/DatabaseThread.h
diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h
index 3a020939194693f695cc669b5ddce9866bdccd5a..b44298f90997e7ffae531bc06002e386019dd0d4 100644
--- a/Source/modules/webdatabase/DatabaseThread.h
+++ b/Source/modules/webdatabase/DatabaseThread.h
@@ -59,7 +59,7 @@ public:
void start();
void requestTermination(TaskSynchronizer* cleanupSync);
- bool terminationRequested(TaskSynchronizer* = 0) const;
+ bool terminationRequested() const;
void scheduleTask(PassOwnPtr<DatabaseTask>);

Powered by Google App Engine
This is Rietveld 408576698