| Index: Source/core/css/CSSRule.cpp
|
| diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp
|
| index 712a545c471d0a6fdd98b4b1364aa07b03ad86d6..0cea5fb5e63c3ae2978b07b0b34d4391249dbcc8 100644
|
| --- a/Source/core/css/CSSRule.cpp
|
| +++ b/Source/core/css/CSSRule.cpp
|
| @@ -70,9 +70,9 @@ const CSSParserContext& CSSRule::parserContext() const
|
| void CSSRule::trace(Visitor* visitor)
|
| {
|
| if (m_parentIsRule)
|
| - visitor->visit(m_parentRule);
|
| + visitor->mark(m_parentRule);
|
| else
|
| - visitor->visit(m_parentStyleSheet);
|
| + visitor->mark(m_parentStyleSheet);
|
| }
|
|
|
| } // namespace WebCore
|
|
|