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

Unified Diff: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp

Issue 2583363002: Tracing HeapListHashSet<> iterators. (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
index b9c7e515ba57ece3155b52882e7321e3e393031c..ed387158604e9b314424e0ca1da2563c2a5b0647 100644
--- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
+++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
@@ -191,6 +191,7 @@ void CSSSegmentedFontFace::match(const String& text,
DEFINE_TRACE(CSSSegmentedFontFace) {
visitor->trace(m_fontSelector);
+ visitor->trace(m_firstNonCssConnectedFace);
visitor->trace(m_fontFaces);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/HeapAllocator.h » ('j') | third_party/WebKit/Source/wtf/ListHashSet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698