| Index: Source/core/css/CSSStyleRule.cpp
|
| diff --git a/Source/core/css/CSSStyleRule.cpp b/Source/core/css/CSSStyleRule.cpp
|
| index b62f8e9d30fa233d020acefbe38aaacf67894243..25e55eb3b84412d9f86a6bb2f868b5d3c5615907 100644
|
| --- a/Source/core/css/CSSStyleRule.cpp
|
| +++ b/Source/core/css/CSSStyleRule.cpp
|
| @@ -130,7 +130,7 @@ void CSSStyleRule::reattach(StyleRuleBase* rule)
|
| m_propertiesCSSOMWrapper->reattach(m_styleRule->mutableProperties());
|
| }
|
|
|
| -void CSSStyleRule::trace(Visitor* visitor)
|
| +DEFINE_TRACE(CSSStyleRule)
|
| {
|
| visitor->trace(m_styleRule);
|
| visitor->trace(m_propertiesCSSOMWrapper);
|
|
|