Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: Source/modules/webdatabase/InspectorDatabaseAgent.h

Issue 207393003: Oilpan: Added gyp flag to dump points-to graph information from the Blink GC plugin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« Source/core/xml/XSLImportRule.h ('K') | « Source/modules/webdatabase/DatabaseContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698