Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
index f9f2e8ac9bdca92ace5f6a41e2eeb0ea18259671..f3694c74d1297957c8462a61d3b131f40167d59e 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
@@ -30,7 +30,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) |
{ |
} |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |