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

Unified Diff: Source/core/html/parser/HTMLConstructionSite.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
Index: Source/core/html/parser/HTMLConstructionSite.cpp
diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp
index 487323dc18dee89d40c8c272a79e5c728eb2b2de..7931e49e8baebc71fce489f351c4dd3c98c794dd 100644
--- a/Source/core/html/parser/HTMLConstructionSite.cpp
+++ b/Source/core/html/parser/HTMLConstructionSite.cpp
@@ -355,6 +355,7 @@ HTMLConstructionSite::~HTMLConstructionSite()
DEFINE_TRACE(HTMLConstructionSite)
{
+#if ENABLE(OILPAN)
visitor->trace(m_document);
visitor->trace(m_attachmentRoot);
visitor->trace(m_head);
@@ -363,6 +364,7 @@ DEFINE_TRACE(HTMLConstructionSite)
visitor->trace(m_activeFormattingElements);
visitor->trace(m_taskQueue);
visitor->trace(m_pendingText);
+#endif
}
void HTMLConstructionSite::detach()
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | Source/core/html/parser/HTMLFormattingElementList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698