| Index: Source/bindings/tests/results/core/V8TestException.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestException.h b/Source/bindings/tests/results/core/V8TestException.h
|
| index 601997bd0d8ebb952833e2e2bf5be0d1e2ac4b0a..d4d01b10840b64b62186b2f88fc9aa3b7adab2e4 100644
|
| --- a/Source/bindings/tests/results/core/V8TestException.h
|
| +++ b/Source/bindings/tests/results/core/V8TestException.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;
|
|
|