| Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| index 09e20f9a7eaa9d294f356df04f36abfbcdf0abea..e194e4838a36b80c7d69587168bc4e3738810b3f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| @@ -32,7 +32,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)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(scriptWrappable->toImpl<TestInterfaceEventConstructor>());
|
|
|