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