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