| Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| index a098f931bbc7bfcd1d744d986854a1cd9e5e6042..87b0ac43f2d34b435a51941e0baf178e49cdcf7e 100644
|
| --- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| +++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h
|
| @@ -42,6 +42,8 @@ public:
|
|
|
| static IDBFactory* indexedDB(WorkerSupplementable&);
|
|
|
| + virtual void trace(Visitor*);
|
| +
|
| private:
|
| WorkerGlobalScopeIndexedDatabase();
|
|
|
|
|