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

Unified Diff: Source/core/css/CSSGroupingRule.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/CSSGroupingRule.cpp
diff --git a/Source/core/css/CSSGroupingRule.cpp b/Source/core/css/CSSGroupingRule.cpp
index 1f91da5eed860e57fc992610939a1b623ad77ffb..fae2f35c6bb691aa6e0524d4316ecff1e9bdb60a 100644
--- a/Source/core/css/CSSGroupingRule.cpp
+++ b/Source/core/css/CSSGroupingRule.cpp
@@ -153,7 +153,7 @@ void CSSGroupingRule::reattach(StyleRuleBase* rule)
}
}
-void CSSGroupingRule::trace(Visitor* visitor)
+DEFINE_TRACE(CSSGroupingRule)
{
CSSRule::trace(visitor);
haraken 2015/02/24 09:08:52 Make this a tail call.
#if ENABLE(OILPAN)

Powered by Google App Engine
This is Rietveld 408576698