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

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

Issue 415743005: Move ScopedStyleResolver and ScopedStyleTree to oilpan's heap (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/TreeScope.cpp
diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
index 0cab3567715df9c5e21e117c7f51cbd39918962b..821cd6ede346ab06555e03502c92233ff02f023a 100644
--- a/Source/core/dom/TreeScope.cpp
+++ b/Source/core/dom/TreeScope.cpp
@@ -561,6 +561,7 @@ void TreeScope::trace(Visitor* visitor)
visitor->trace(m_elementsById);
visitor->trace(m_imageMapsByName);
visitor->trace(m_labelsByForAttribute);
+ visitor->trace(m_scopedStyleResolver);
}
} // namespace blink
« Source/core/css/resolver/ScopedStyleResolver.cpp ('K') | « Source/core/dom/TreeScope.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698