| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| index 0ac6de7cbfb50348562c86ee7ab76a28b6ecded5..f33f2abbf5ebc97a5f48e6f9525753073b8fb139 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| @@ -36,7 +36,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;
|
|
|