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

Unified Diff: Source/bindings/templates/dictionary_impl.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/dictionary_impl.h
diff --git a/Source/bindings/templates/dictionary_impl.h b/Source/bindings/templates/dictionary_impl.h
index 6cf2a0ff2b0d7b83ea2d92d6908145319c7db631..19c66ff227f6dc2f0b72db2d52703ad8793e6349 100644
--- a/Source/bindings/templates/dictionary_impl.h
+++ b/Source/bindings/templates/dictionary_impl.h
@@ -28,7 +28,7 @@ public:
{% endif %}
{% endfor %}
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
private:
{% for member in members %}

Powered by Google App Engine
This is Rietveld 408576698