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

Unified Diff: Source/bindings/tests/results/core/V8TestCallbackInterface.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/tests/results/core/V8TestCallbackInterface.h
diff --git a/Source/bindings/tests/results/core/V8TestCallbackInterface.h b/Source/bindings/tests/results/core/V8TestCallbackInterface.h
index 2a678c33d11dfc4ac8bcd18ca67adfcb89ba9a72..f46e13a39c6338c39d5ae509a29ae3b962072a36 100644
--- a/Source/bindings/tests/results/core/V8TestCallbackInterface.h
+++ b/Source/bindings/tests/results/core/V8TestCallbackInterface.h
@@ -24,7 +24,7 @@ public:
virtual ~V8TestCallbackInterface();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
virtual void voidMethod() override;
virtual bool booleanMethod() override;

Powered by Google App Engine
This is Rietveld 408576698