Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h |
index abdf2ad0978f247732b34e4e9801322c3be51055..f687c4132dda0d8b6f60cad896cb2625649da48d 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.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>&); |