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

Unified Diff: Source/web/TextFinder.cpp

Issue 1112363003: Oilpan: Remove OffHeapCollectionTrait (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.cpp
diff --git a/Source/web/TextFinder.cpp b/Source/web/TextFinder.cpp
index d9a04fe45b7a5b0733bf7c96be0716f34b7cdd12..5ceb42f43b7bc861e43c2f8386c62a3ba5e88dcb 100644
--- a/Source/web/TextFinder.cpp
+++ b/Source/web/TextFinder.cpp
@@ -788,12 +788,14 @@ int TextFinder::ordinalOfFirstMatch() const
DEFINE_TRACE(TextFinder)
{
+#if ENABLE(OILPAN)
visitor->trace(m_ownerFrame);
visitor->trace(m_currentActiveMatchFrame);
visitor->trace(m_activeMatch);
visitor->trace(m_resumeScopingFromRange);
visitor->trace(m_deferredScopingWork);
visitor->trace(m_findMatchesCache);
+#endif
}
} // namespace blink
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698