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

Unified Diff: Source/bindings/tests/results/core/V8TestInterfaceEmpty.h

Issue 940293002: InlinedVisitor: Migrate templated classes in bindings/ manually to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove line 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/V8TestInterfaceEmpty.h
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
index bcfa324f9bfcbffc71ceb4b7451e1d0610078710..824434934e8066698d7b95789f6070e92b39da24 100644
--- a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
@@ -30,7 +30,8 @@ public:
static const WrapperTypeInfo wrapperTypeInfo;
static void refObject(ScriptWrappable*);
static void derefObject(ScriptWrappable*);
- static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable)
+ template<typename VisitorDispatcher>
+ static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
{
}
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;

Powered by Google App Engine
This is Rietveld 408576698