| Index: sky/engine/core/css/CSSRule.cpp
|
| diff --git a/sky/engine/core/css/CSSRule.cpp b/sky/engine/core/css/CSSRule.cpp
|
| index a80239cc1d8aad8181276122aaa29b311790544d..995cc1e190825d013ba273b85984e34e527b70b6 100644
|
| --- a/sky/engine/core/css/CSSRule.cpp
|
| +++ b/sky/engine/core/css/CSSRule.cpp
|
| @@ -60,8 +60,4 @@ const CSSParserContext& CSSRule::parserContext() const
|
| return styleSheet ? styleSheet->contents()->parserContext() : strictCSSParserContext();
|
| }
|
|
|
| -void CSSRule::trace(Visitor* visitor)
|
| -{
|
| -}
|
| -
|
| } // namespace blink
|
|
|