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

Unified Diff: Source/core/dom/Document.cpp

Issue 296703009: Oilpan: move custom element objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 73d60d73bed118e9f465f395d0c511c3d7149c87..5b39d1192b307fafac691692672b7882510dc600 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -5751,6 +5751,7 @@ void Document::trace(Visitor* visitor)
visitor->trace(m_contextFeatures);
visitor->trace(m_styleSheetList);
visitor->trace(m_mediaQueryMatcher);
+ visitor->trace(m_registrationContext);
visitor->trace(m_associatedFormControls);
visitor->trace(m_templateDocument);
visitor->trace(m_templateDocumentHost);

Powered by Google App Engine
This is Rietveld 408576698