Chromium Code Reviews| Index: Source/core/css/CSSRule.cpp |
| diff --git a/Source/core/css/CSSRule.cpp b/Source/core/css/CSSRule.cpp |
| index 1fe81dc3aa4945a0586b04ca88e1e318c53ba1c4..8631b5e77a6f59a6c6823e7fe221d10ea9c44d36 100644 |
| --- a/Source/core/css/CSSRule.cpp |
| +++ b/Source/core/css/CSSRule.cpp |
| @@ -48,7 +48,7 @@ const CSSParserContext& CSSRule::parserContext() const |
| return styleSheet ? styleSheet->contents()->parserContext() : strictCSSParserContext(); |
| } |
| -void CSSRule::trace(Visitor* visitor) |
| +DEFINE_TRACE(CSSRule) |
| { |
| #if ENABLE(OILPAN) |
|
haraken
2015/02/24 09:08:52
BTW, when you remove '#if ENABLE(OILPAN)' from tra
haraken
2015/03/03 15:34:38
Ignore this comment. These parent pointers are raw
|
| // This makes the parent link strong, which is different from the |