Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index 99aaedd8e38216ff12bf868e30d61336623fd9bb..4ef42d154c6cc63e0ab6750b5d63a15831bf3434 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -41,8 +41,7 @@ class V8TestInterfaceNamedConstructor { |
} |
CORE_EXPORT static TestInterfaceNamedConstructor* 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<TestInterfaceNamedConstructor>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |