| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index 19ec5cd8465006b3e517217e1931fca5efe41780..469026f52797424f567c1eba80c949f2a2b6fe6f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -34,8 +34,7 @@ class V8TestInterface3 {
|
| }
|
| CORE_EXPORT static TestInterface3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - template<typename VisitorDispatcher>
|
| - static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
|
| + static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->trace(scriptWrappable->toImpl<TestInterface3>());
|
| }
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
|
|