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

Unified Diff: Source/modules/indexeddb/IDBDatabase.cpp

Issue 1240223003: Oilpan: remove unnecessary ENABLE(OILPAN) protections of trace() calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/indexeddb/IDBDatabase.cpp
diff --git a/Source/modules/indexeddb/IDBDatabase.cpp b/Source/modules/indexeddb/IDBDatabase.cpp
index cafc334bf8103441eac49887816c3d51d17b935e..7f6231cb6856316cc99ea939f13b8afb445d372a 100644
--- a/Source/modules/indexeddb/IDBDatabase.cpp
+++ b/Source/modules/indexeddb/IDBDatabase.cpp
@@ -96,9 +96,7 @@ DEFINE_TRACE(IDBDatabase)
{
visitor->trace(m_versionChangeTransaction);
visitor->trace(m_transactions);
-#if ENABLE(OILPAN)
visitor->trace(m_enqueuedEvents);
-#endif
visitor->trace(m_databaseCallbacks);
RefCountedGarbageCollectedEventTargetWithInlineData<IDBDatabase>::trace(visitor);
ActiveDOMObject::trace(visitor);
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp ('k') | Source/modules/indexeddb/IDBRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698