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

Unified Diff: Source/bindings/templates/union.h

Issue 954683002: InlinedVisitor: Migrate bindings 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/bindings/templates/union.h
diff --git a/Source/bindings/templates/union.h b/Source/bindings/templates/union.h
index 24d0bb7373bf82186c797fd43e0c24633469346c..468492a616f6e2cd4619f7cdd7e8cad4c84c04b7 100644
--- a/Source/bindings/templates/union.h
+++ b/Source/bindings/templates/union.h
@@ -32,7 +32,7 @@ public:
{% endfor %}
{% if container.needs_trace %}
- void trace(Visitor*);
+ DECLARE_TRACE();
{% endif %}
private:

Powered by Google App Engine
This is Rietveld 408576698