| Index: Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| index b129df1868a8f3006288bbe07d21f5d48f68d357..8edb0e17827997847610871551b22c8ffb54b4dc 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| @@ -37,7 +37,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<TestInterfaceEventTarget>());
|
|
|