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