| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| index 9bd7a8f886e17409cf21be0927b45c5fb534ece0..93743b089f2e8806bbab4a5b1033f5cc2d3869c1 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.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 ActiveDOMObject* toActiveDOMObject(v8::Local<v8::Object>);
|
|
|