Index: Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
index 284b0a08ea7d5e45bb9976129b79156a01e69623..896a284c7550abf397417988a11aae2ea7afc080 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
@@ -31,7 +31,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) |
{ |
visitor->trace(scriptWrappable->toImpl<TestInterfaceGarbageCollected>()); |
} |