| Index: Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| index 5107430074914cc9af0fdbb7fb52f13f9efa29db..72db4355b4a377c95d17fa2b31c2c9b661e9c58f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.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<TestInterfaceDocument>());
|
|
|