Chromium Code Reviews| Index: Source/modules/webdatabase/InspectorDatabaseAgent.h |
| diff --git a/Source/modules/webdatabase/InspectorDatabaseAgent.h b/Source/modules/webdatabase/InspectorDatabaseAgent.h |
| index b18f28399565fb4db63791c1474676bb9bad6299..35e921291834cb9ab84ced25a1d9f8180ea485b9 100644 |
| --- a/Source/modules/webdatabase/InspectorDatabaseAgent.h |
| +++ b/Source/modules/webdatabase/InspectorDatabaseAgent.h |
| @@ -76,6 +76,7 @@ private: |
| InspectorFrontend::Database* m_frontend; |
| typedef WillBePersistentHeapHashMap<String, RefPtrWillBeMember<InspectorDatabaseResource> > DatabaseResourcesHeapMap; |
| + GC_PLUGIN_IGNORE_CYCLE |
|
haraken
2014/03/21 10:31:40
Do we need to add this? I mean, isn't it enough to
zerny-chromium
2014/03/21 10:46:19
This is the persistent handle that causes the leak
|
| DatabaseResourcesHeapMap m_resources; |
| bool m_enabled; |
| }; |