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

Unified Diff: Source/bindings/tests/results/core/V8TestCallbackInterface.cpp

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.cpp
diff --git a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp
index 2d352d7b9d6eb2e056d43239f278f052d1500e18..7d607504d501b713e4ff58eb7a2a22c5a269bc50 100644
--- a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp
+++ b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp
@@ -29,7 +29,7 @@ V8TestCallbackInterface::~V8TestCallbackInterface()
{
}
-void V8TestCallbackInterface::trace(Visitor* visitor)
+DEFINE_TRACE(V8TestCallbackInterface)
{
TestCallbackInterface::trace(visitor);
ActiveDOMCallback::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698