| Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| index 1c42ae1752c9e33e955e10d4d1c0cd851d54977a..e6bc1b65ae747de76c1e4e473e5f16039d5c8c1e 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| @@ -30,7 +30,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 const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|