| Index: Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| diff --git a/Source/bindings/tests/results/core/V8ArrayBuffer.h b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| index 03109b80187ce4251e85a3337a500b8ba1400fc6..dbe575ad0349dd7a297e286bffede7ccd306ac2f 100644
|
| --- a/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| +++ b/Source/bindings/tests/results/core/V8ArrayBuffer.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;
|
|
|