| Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| index 14cac47b48077c88565c616b0f07d16e5a757888..39bbc937ddcc72005dbce9d9127c374dfdbaa18d 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
|
| @@ -31,7 +31,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<TestInterfaceEventInitConstructor>());
|
|
|