| Index: Source/bindings/tests/results/core/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface.h b/Source/bindings/tests/results/core/V8TestInterface.h
|
| index 4a92c0872db475d12ad5bbb7aca5eb3f4dfa66f2..25078d8326ca134148bba3accf6775fdbb753a5a 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -39,7 +39,8 @@ public:
|
| static 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>&);
|
|
|