Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
index 72cb020fb7b45cbe964c14e1032580dc97d720d1..addf6fab33be9d1a5f7c731ff7700e035a44e09d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
@@ -36,8 +36,7 @@ class V8TestInterface { |
} |
CORE_EXPORT static TestInterfaceImplementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static WrapperTypeInfo wrapperTypeInfo; |
- template<typename VisitorDispatcher> |
- static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) { |
+ static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) { |
visitor->trace(scriptWrappable->toImpl<TestInterfaceImplementation>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |