Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
index 04dd9bafba5afe9fade819fd6ac8b57c958de1cc..a5e60325815c9ef0fa32567ecca2ef8c19058215 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
@@ -36,7 +36,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>&); |