Chromium Code Reviews

Unified Diff: Source/core/page/PrintContext.cpp

Issue 409113003: Revert of [oilpan]: Remove support for tracing off-heap hashmaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PrintContext.cpp
diff --git a/Source/core/page/PrintContext.cpp b/Source/core/page/PrintContext.cpp
index 03fb87e13b9b9caf9de253d8193e3cd6c944796b..6e0333f326d61f640d57d1b07cf788149c951f11 100644
--- a/Source/core/page/PrintContext.cpp
+++ b/Source/core/page/PrintContext.cpp
@@ -381,9 +381,7 @@
void PrintContext::trace(Visitor* visitor)
{
-#if ENABLE(OILPAN)
visitor->trace(m_linkedDestinations);
-#endif
-}
-
-}
+}
+
+}
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine