| Index: Source/bindings/tests/results/core/V8TestInterface2.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface2.h b/Source/bindings/tests/results/core/V8TestInterface2.h
|
| index 0abb768dc7e55c24a40e6c35a5755bbeb6cb00eb..2f5f012ab9d9e4def13f2807c554bf29e6e3a15b 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface2.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface2.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 void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
|
|