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

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

Issue 953693002: InlinedVisitor: Migrate css to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/css/FontFaceCache.cpp
diff --git a/Source/core/css/FontFaceCache.cpp b/Source/core/css/FontFaceCache.cpp
index 1961f12ee4f8ef1bb53c6c645de8f62d65c2bbeb..4141b36b2e93e1875ab351c945289f2168541032 100644
--- a/Source/core/css/FontFaceCache.cpp
+++ b/Source/core/css/FontFaceCache.cpp
@@ -226,7 +226,7 @@ CSSSegmentedFontFace* FontFaceCache::get(const FontDescription& fontDescription,
return faceResult.storedValue->value.get();
}
-void FontFaceCache::trace(Visitor* visitor)
+DEFINE_TRACE(FontFaceCache)
{
#if ENABLE(OILPAN)
visitor->trace(m_fontFaces);

Powered by Google App Engine
This is Rietveld 408576698