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

Unified Diff: Source/core/css/CSSValue.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/CSSValue.cpp
diff --git a/Source/core/css/CSSValue.cpp b/Source/core/css/CSSValue.cpp
index c598ea64956a5b8940c8789fdd994348fa2b98b9..ff7445ca1d7508bc289eb98f84af56404f02fc46 100644
--- a/Source/core/css/CSSValue.cpp
+++ b/Source/core/css/CSSValue.cpp
@@ -418,7 +418,7 @@ void CSSValue::finalizeGarbageCollectedObject()
ASSERT_NOT_REACHED();
}
-void CSSValue::trace(Visitor* visitor)
+DEFINE_TRACE(CSSValue)
{
switch (classType()) {
case BorderImageSliceClass:

Powered by Google App Engine
This is Rietveld 408576698