| Index: Source/modules/webdatabase/DatabaseContext.h
|
| diff --git a/Source/modules/webdatabase/DatabaseContext.h b/Source/modules/webdatabase/DatabaseContext.h
|
| index 93faf8cca110619ad6d9a9fe65492e59a5cdd074..4cb734995809561600b123fbc5ee7f41977a9529 100644
|
| --- a/Source/modules/webdatabase/DatabaseContext.h
|
| +++ b/Source/modules/webdatabase/DatabaseContext.h
|
| @@ -75,6 +75,7 @@ private:
|
|
|
| void stopSyncDatabases();
|
|
|
| + GC_PLUGIN_IGNORE_CYCLE
|
| RefPtrWillBePersistent<DatabaseThread> m_databaseThread;
|
| // The contents of m_openSyncDatabases are raw pointers. It's safe because
|
| // DatabaseBackendSync is always closed before destruction.
|
|
|