Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
index 4c2f7d355aad76fa33685506f4adae09b9a21b20..10d6107880f31a9425b339a19d8adb4170027fa3 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
@@ -35,8 +35,7 @@ class V8TestInterfaceNode { |
} |
CORE_EXPORT static TestInterfaceNode* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
- template<typename VisitorDispatcher> |
- static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) { |
+ static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) { |
visitor->trace(scriptWrappable->toImpl<TestInterfaceNode>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |