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

Unified Diff: Source/core/css/StyleRuleNamespace.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/StyleRuleNamespace.h
diff --git a/Source/core/css/StyleRuleNamespace.h b/Source/core/css/StyleRuleNamespace.h
index 6e7a4a23e42ec838d1da92bd75dfa9921c0d89f5..f0a78861a21d3b1a0088ebacea1b45c6fc8d1c4e 100644
--- a/Source/core/css/StyleRuleNamespace.h
+++ b/Source/core/css/StyleRuleNamespace.h
@@ -22,7 +22,7 @@ public:
AtomicString prefix() const { return m_prefix; }
AtomicString uri() const { return m_uri; }
- void traceAfterDispatch(Visitor* visitor) { StyleRuleBase::traceAfterDispatch(visitor); }
+ DEFINE_INLINE_TRACE_AFTER_DISPATCH() { StyleRuleBase::traceAfterDispatch(visitor); }
private:
StyleRuleNamespace(AtomicString prefix, AtomicString uri)

Powered by Google App Engine
This is Rietveld 408576698