| Index: Source/modules/webdatabase/DatabaseTask.h
|
| diff --git a/Source/modules/webdatabase/DatabaseTask.h b/Source/modules/webdatabase/DatabaseTask.h
|
| index ea4ceb89b87a6648b395aab63384cb016f1137d1..6af0cd240f93d17cff8486d89fd42320c2aaf158 100644
|
| --- a/Source/modules/webdatabase/DatabaseTask.h
|
| +++ b/Source/modules/webdatabase/DatabaseTask.h
|
| @@ -56,6 +56,7 @@
|
| Database* database() const { return m_database.get(); }
|
| #if ENABLE(ASSERT)
|
| bool hasSynchronizer() const { return m_synchronizer; }
|
| + bool hasCheckedForTermination() const { return m_synchronizer->hasCheckedForTermination(); }
|
| #endif
|
|
|
| protected:
|
|
|