Index: Source/bindings/tests/results/core/V8ArrayBufferView.h |
diff --git a/Source/bindings/tests/results/core/V8ArrayBufferView.h b/Source/bindings/tests/results/core/V8ArrayBufferView.h |
index 42bd2b186b9d50ef7de122b8125fc8e60688019d..75956bcdeb170886df286ada918873c0fd3a93bc 100644 |
--- a/Source/bindings/tests/results/core/V8ArrayBufferView.h |
+++ b/Source/bindings/tests/results/core/V8ArrayBufferView.h |
@@ -25,7 +25,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; |