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

Unified Diff: Source/core/css/FontFaceSet.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/FontFaceSet.h
diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
index 98ca2ffe3d3008503c5f0aca5d58ab7504371b62..4fa670f3564fef15b856c6a915bf3fa0e81fd481 100644
--- a/Source/core/css/FontFaceSet.h
+++ b/Source/core/css/FontFaceSet.h
@@ -108,7 +108,7 @@ public:
void addFontFacesToFontFaceCache(FontFaceCache*, CSSFontSelector*);
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
static PassRefPtrWillBeRawPtr<FontFaceSet> create(Document& document)

Powered by Google App Engine
This is Rietveld 408576698