Index: Source/bindings/tests/results/core/V8TestSpecialOperations.h |
diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
index bdb47090f8a1991f394cd097dcf8e14efd30c64d..1b68c83b8f48d9df6d1ace35a12b6eb17843da7f 100644 |
--- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
+++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.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 const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |