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