Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: Source/core/css/CSSRule.cpp

Issue 953693002: InlinedVisitor: Migrate css to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698