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

Unified Diff: Source/core/css/Pair.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/Pair.h
diff --git a/Source/core/css/Pair.h b/Source/core/css/Pair.h
index dca72783ff3d3c80ae3156b791a0520f4f708c11..27bbe7554678a22d6a2aa28cbc98dfad7109a570 100644
--- a/Source/core/css/Pair.h
+++ b/Source/core/css/Pair.h
@@ -62,7 +62,7 @@ public:
&& m_identicalValuesPolicy == other.m_identicalValuesPolicy;
}
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
Pair()

Powered by Google App Engine
This is Rietveld 408576698