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

Unified Diff: Source/core/css/RuleFeature.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/RuleFeature.h
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
index fa203a487bcbcda8eac414e6574e72ddd854b5ea..b4fc7f5f63e0792f1eca03ea6f51348142ddec06 100644
--- a/Source/core/css/RuleFeature.h
+++ b/Source/core/css/RuleFeature.h
@@ -41,7 +41,7 @@ struct RuleFeature {
public:
RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin);
- void trace(Visitor*);
+ DECLARE_TRACE();
RawPtrWillBeMember<StyleRule> rule;
unsigned selectorIndex;
@@ -94,7 +94,7 @@ public:
StyleInvalidator& styleInvalidator();
- void trace(Visitor*);
+ DECLARE_TRACE();
WillBeHeapVector<RuleFeature> siblingRules;
WillBeHeapVector<RuleFeature> uncommonAttributeRules;

Powered by Google App Engine
This is Rietveld 408576698