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