Index: Source/bindings/tests/results/core/V8Uint8ClampedArray.h |
diff --git a/Source/bindings/tests/results/core/V8Uint8ClampedArray.h b/Source/bindings/tests/results/core/V8Uint8ClampedArray.h |
index 3676414241d6c694c2dc09d2e7addb8f0020ed58..06859caf6916364a787a9ad63b156e2e248f505f 100644 |
--- a/Source/bindings/tests/results/core/V8Uint8ClampedArray.h |
+++ b/Source/bindings/tests/results/core/V8Uint8ClampedArray.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; |