Chromium Code Reviews

Unified Diff: Source/core/dom/MutationObserverInterestGroup.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/dom/IdTargetObserverRegistry.cpp ('k') | Source/core/dom/NodeListsNodeData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MutationObserverInterestGroup.cpp
diff --git a/Source/core/dom/MutationObserverInterestGroup.cpp b/Source/core/dom/MutationObserverInterestGroup.cpp
index ff525e5a861b55904418651dce5e910ee7e6d46f..e282ec3274b601e873172b44e2f42e709535f134 100644
--- a/Source/core/dom/MutationObserverInterestGroup.cpp
+++ b/Source/core/dom/MutationObserverInterestGroup.cpp
@@ -85,9 +85,7 @@
void MutationObserverInterestGroup::trace(Visitor* visitor)
{
-#if ENABLE(OILPAN)
visitor->trace(m_observers);
-#endif
}
} // namespace blink
« no previous file with comments | « Source/core/dom/IdTargetObserverRegistry.cpp ('k') | Source/core/dom/NodeListsNodeData.cpp » ('j') | no next file with comments »

Powered by Google App Engine