Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
index dbe6b7a636444bd5dfabef17c5432727497eb166..132780cec9c5721ef07329029b5ae1fd6ff2ee9d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
@@ -42,8 +42,7 @@ class V8TestInterfaceConstructor { |
} |
CORE_EXPORT static TestInterfaceConstructor* 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<TestInterfaceConstructor>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |