| Index: Source/core/css/RuleSet.h
|
| diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h
|
| index d47cbe4be3ee10694fd454cc33f29511a6bd5b1c..517f5446485af74d7e06d074dd2909049b096dac 100644
|
| --- a/Source/core/css/RuleSet.h
|
| +++ b/Source/core/css/RuleSet.h
|
| @@ -61,7 +61,7 @@ public:
|
| {
|
| }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| RawPtrWillBeMember<StyleRule> m_rule;
|
| unsigned m_selectorIndex;
|
| @@ -90,7 +90,7 @@ public:
|
| static const unsigned maximumIdentifierCount = 4;
|
| const unsigned* descendantSelectorIdentifierHashes() const { return m_descendantSelectorIdentifierHashes; }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| RawPtrWillBeMember<StyleRule> m_rule;
|
| @@ -159,7 +159,7 @@ public:
|
| void show();
|
| #endif
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| typedef WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<WillBeHeapLinkedStack<RuleData> > > PendingRuleMap;
|
| @@ -191,7 +191,7 @@ private:
|
| PendingRuleMap tagRules;
|
| PendingRuleMap shadowPseudoElementRules;
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| PendingRuleMaps() { }
|
|
|