Index: Source/bindings/tests/results/core/V8SVGTestInterface.h |
diff --git a/Source/bindings/tests/results/core/V8SVGTestInterface.h b/Source/bindings/tests/results/core/V8SVGTestInterface.h |
index 22f165d316c0be0005cab53fa61757ba2a517ca5..bb14e4b46ea3366bbda3887ea760e82ac9664384 100644 |
--- a/Source/bindings/tests/results/core/V8SVGTestInterface.h |
+++ b/Source/bindings/tests/results/core/V8SVGTestInterface.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; |