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

Unified Diff: Source/core/css/RuleFeature.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/RuleFeature.cpp
diff --git a/Source/core/css/RuleFeature.cpp b/Source/core/css/RuleFeature.cpp
index c9af68377de5a0b725d0981c94ad322d7756476e..42359c1722a0af18016141c94862b6a02a8574ce 100644
--- a/Source/core/css/RuleFeature.cpp
+++ b/Source/core/css/RuleFeature.cpp
@@ -206,7 +206,7 @@ RuleFeature::RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocume
{
}
-void RuleFeature::trace(Visitor* visitor)
+DEFINE_TRACE(RuleFeature)
{
visitor->trace(rule);
}
@@ -638,7 +638,7 @@ StyleInvalidator& RuleFeatureSet::styleInvalidator()
return m_styleInvalidator;
}
-void RuleFeatureSet::trace(Visitor* visitor)
+DEFINE_TRACE(RuleFeatureSet)
{
#if ENABLE(OILPAN)
visitor->trace(siblingRules);

Powered by Google App Engine
This is Rietveld 408576698