Index: Source/bindings/tests/results/core/V8TestInterfaceNode.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
index 0197ac6e47da591b79fa4852c2402141867170e0..9f43532968c58bf4adf73944bbefd4708b653094 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
@@ -31,7 +31,8 @@ public: |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappable*); |
static void derefObject(ScriptWrappable*); |
- static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) |
+ template<typename VisitorDispatcher> |
+ static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
#if ENABLE(OILPAN) |
visitor->trace(scriptWrappable->toImpl<TestInterfaceNode>()); |