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

Unified Diff: Source/bindings/templates/callback_interface.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/callback_interface.h
diff --git a/Source/bindings/templates/callback_interface.h b/Source/bindings/templates/callback_interface.h
index e2a3a05b5ce182338c0f993625ec62465e017cf4..bcb2912c843b691f9fc6ee123d790a86a420172e 100644
--- a/Source/bindings/templates/callback_interface.h
+++ b/Source/bindings/templates/callback_interface.h
@@ -24,7 +24,7 @@ public:
virtual ~{{v8_class}}();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
{% for method in methods %}
virtual {{method.cpp_type}} {{method.name}}({{method.argument_declarations | join(', ')}}) override;

Powered by Google App Engine
This is Rietveld 408576698