Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
index b9918a7813a70f8d428e2193ea103e354edcae88..35d05efd4a9ecf45697f0cba862faa44086fa327 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h |
@@ -45,8 +45,7 @@ class V8TestObject { |
} |
CORE_EXPORT static TestObject* 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<TestObject>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |