Index: Source/bindings/tests/results/modules/V8TestInterface5.h |
diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.h b/Source/bindings/tests/results/modules/V8TestInterface5.h |
index 1dfbea09b9d1c2c230bbb6d163ebbe08d45435e5..bf23f70968bdff4bf78582fc6d2e0f35e44a1bc3 100644 |
--- a/Source/bindings/tests/results/modules/V8TestInterface5.h |
+++ b/Source/bindings/tests/results/modules/V8TestInterface5.h |
@@ -32,7 +32,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 visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&); |