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

Unified Diff: Source/core/page/Page.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
« no previous file with comments | « Source/core/html/forms/RadioButtonGroupScope.cpp ('k') | Source/core/svg/SVGCursorElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 69ac4d9d4b0914e752e3194d0fcd50463a2759c4..be1ffd4d3afd9cf5aac4846b8baef7d314021630 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -598,6 +598,7 @@ PassOwnPtr<LifecycleNotifier<Page> > Page::createLifecycleNotifier()
void Page::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_dragCaretController);
visitor->trace(m_dragController);
visitor->trace(m_contextMenuController);
@@ -606,6 +607,7 @@ void Page::trace(Visitor* visitor)
visitor->trace(m_validationMessageClient);
visitor->trace(m_multisamplingChangedObservers);
visitor->trace(m_frameHost);
+#endif
WillBeHeapSupplementable<Page>::trace(visitor);
}
« no previous file with comments | « Source/core/html/forms/RadioButtonGroupScope.cpp ('k') | Source/core/svg/SVGCursorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698