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

Unified Diff: Source/core/css/CSSSegmentedFontFace.h

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/CSSSegmentedFontFace.h
diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
index 97070ae556bfd4a9ae2e1d8e939409a8f68bac4d..6d9463a7fd63b0d93b70adb9c8737a73cf9b103f 100644
--- a/Source/core/css/CSSSegmentedFontFace.h
+++ b/Source/core/css/CSSSegmentedFontFace.h
@@ -68,7 +68,7 @@ public:
void match(const String&, WillBeHeapVector<RefPtrWillBeMember<FontFace> >&) const;
void willUseFontData(const FontDescription&, UChar32);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
CSSSegmentedFontFace(CSSFontSelector*, FontTraits);

Powered by Google App Engine
This is Rietveld 408576698