Index: Source/modules/webdatabase/DatabaseThread.h |
diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h |
index 3a020939194693f695cc669b5ddce9866bdccd5a..232d6edc4e26d50fac11817f26ebd941331e4881 100644 |
--- a/Source/modules/webdatabase/DatabaseThread.h |
+++ b/Source/modules/webdatabase/DatabaseThread.h |
@@ -56,6 +56,7 @@ public: |
static PassRefPtrWillBeRawPtr<DatabaseThread> create() { return adoptRefWillBeNoop(new DatabaseThread); } |
~DatabaseThread(); |
void trace(Visitor*); |
+ void dispose(); |
void start(); |
void requestTermination(TaskSynchronizer* cleanupSync); |