Index: Source/bindings/tests/results/core/V8DataView.h |
diff --git a/Source/bindings/tests/results/core/V8DataView.h b/Source/bindings/tests/results/core/V8DataView.h |
index 08485a737b38879bf1307763d64e1adc12ff72aa..ff01d4654ca37e183b9311204558959d6450d497 100644 |
--- a/Source/bindings/tests/results/core/V8DataView.h |
+++ b/Source/bindings/tests/results/core/V8DataView.h |
@@ -26,7 +26,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; |