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

Unified Diff: Source/core/css/CSSPathValue.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/CSSPathValue.cpp
diff --git a/Source/core/css/CSSPathValue.cpp b/Source/core/css/CSSPathValue.cpp
index 25d5d4c05ffc05206d03a89e4efceb17822ded0f..22b868974d1636ef56cc8fbe8fe8c39a1f3f8ab0 100644
--- a/Source/core/css/CSSPathValue.cpp
+++ b/Source/core/css/CSSPathValue.cpp
@@ -23,7 +23,7 @@ bool CSSPathValue::equals(const CSSPathValue& other) const
return m_pathString == other.m_pathString;
}
-void CSSPathValue::traceAfterDispatch(Visitor* visitor)
+DEFINE_TRACE_AFTER_DISPATCH(CSSPathValue)
{
CSSValue::traceAfterDispatch(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698