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

Unified Diff: Source/core/css/FontLoader.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/FontLoader.h
diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h
index db86d9439a7762715d229ed1a68334e7c261307d..9cb56b286b4fe4bfcc705fade2715511858205aa 100644
--- a/Source/core/css/FontLoader.h
+++ b/Source/core/css/FontLoader.h
@@ -32,7 +32,7 @@ public:
void clearResourceFetcherAndFontSelector();
#endif
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
FontLoader(CSSFontSelector*, ResourceFetcher*);

Powered by Google App Engine
This is Rietveld 408576698