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

Unified Diff: Source/core/css/CSSFontSelector.cpp

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 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
« no previous file with comments | « no previous file | Source/core/css/CSSParser.cpp » ('j') | Source/core/html/HTMLCollection.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelector.cpp
diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
index 77ab74a9bd715d70aa55fa86e73540dbca2ca430..0af4d56e11c1411b50c76a5a9df50e75405fd107 100644
--- a/Source/core/css/CSSFontSelector.cpp
+++ b/Source/core/css/CSSFontSelector.cpp
@@ -629,10 +629,7 @@ void CSSFontSelector::beginLoadTimerFired(Timer<WebCore::CSSFontSelector>*)
void CSSFontSelector::trace(Visitor* visitor)
{
- // FIXME(oilpan): visiting m_document creates a cycle through a persistent handle because document owns StyleResolver
Mads Ager (chromium) 2013/12/05 12:10:01 The cycle described here no longer exists. We did
- // which hold CSSFontSelector via persistent handle. Once StyleResolver is moved to the heap we should start visiting
- // m_document again.
- // visitor->trace(m_document);
+ visitor->trace(m_document);
visitor->trace(m_fontFaces);
visitor->trace(m_locallyInstalledFontFaces);
visitor->trace(m_fonts);
« no previous file with comments | « no previous file | Source/core/css/CSSParser.cpp » ('j') | Source/core/html/HTMLCollection.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698