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

Unified Diff: Source/core/css/Counter.h

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/Counter.h
diff --git a/Source/core/css/Counter.h b/Source/core/css/Counter.h
index 66bfa60450af76b0ca6dd0e5a84e40e813d8c2f6..177fc14c539b7325ed5fc08943a28be528c08569 100644
--- a/Source/core/css/Counter.h
+++ b/Source/core/css/Counter.h
@@ -50,7 +50,7 @@ public:
&& separator() == other.separator();
}
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
Counter(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> identifier, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> listStyle, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> separator)

Powered by Google App Engine
This is Rietveld 408576698