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

Unified Diff: Source/bindings/tests/results/core/TestInterfaceEventInit.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/TestInterfaceEventInit.cpp
diff --git a/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp b/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp
index 481e2d772c39060d4b997468891b49436fc45451..cb54f078b644865b7397a6025399cfbd6b06b5bb 100644
--- a/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp
+++ b/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp
@@ -14,7 +14,7 @@ TestInterfaceEventInit::TestInterfaceEventInit()
{
}
-void TestInterfaceEventInit::trace(Visitor* visitor)
+DEFINE_TRACE(TestInterfaceEventInit)
{
EventInitDictionary::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698