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

Unified Diff: Source/core/css/CSSPropertySourceData.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/CSSPropertySourceData.cpp
diff --git a/Source/core/css/CSSPropertySourceData.cpp b/Source/core/css/CSSPropertySourceData.cpp
index 85c262f80011bd3748db84466a5d59de967f16e3..339c40afc7f7661af970691280b6e97a96ab5f66 100644
--- a/Source/core/css/CSSPropertySourceData.cpp
+++ b/Source/core/css/CSSPropertySourceData.cpp
@@ -75,7 +75,7 @@ CSSPropertySourceData::CSSPropertySourceData(const CSSPropertySourceData& other)
{
}
-void CSSRuleSourceData::trace(Visitor* visitor)
+DEFINE_TRACE(CSSRuleSourceData)
{
visitor->trace(ruleHeaderRange);
visitor->trace(ruleBodyRange);

Powered by Google App Engine
This is Rietveld 408576698