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

Unified Diff: Source/modules/webdatabase/DatabaseThread.cpp

Issue 402433005: Oilpan: Remove support for tracing off-heap HashSets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix deadWrapper number in heap tests. Created 6 years, 5 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/DatabaseThread.cpp
diff --git a/Source/modules/webdatabase/DatabaseThread.cpp b/Source/modules/webdatabase/DatabaseThread.cpp
index b1a70a13b9d866f6ca9806af1037a13205a361c6..d57ce51a9fd3bdc949e9b9465989198ea663e622 100644
--- a/Source/modules/webdatabase/DatabaseThread.cpp
+++ b/Source/modules/webdatabase/DatabaseThread.cpp
@@ -62,8 +62,10 @@ DatabaseThread::~DatabaseThread()
void DatabaseThread::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_openDatabaseSet);
visitor->trace(m_transactionCoordinator);
+#endif
}
void DatabaseThread::start()
« no previous file with comments | « Source/modules/webdatabase/DatabaseContext.cpp ('k') | Source/modules/webdatabase/SQLTransactionCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698