Index: Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
index 290efd9b7bc92539774ae23e2d17daae40b1dab4..6fb04fc72139fc6d097cda33b6522db610e991d0 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
@@ -37,7 +37,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) |
{ |
#if ENABLE(OILPAN) |
visitor->trace(scriptWrappable->toImpl<TestInterfaceWillBeGarbageCollected>()); |