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