| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| index 36821f85fa0e3b3879b5b99bf531a7c1a6cbb6d2..fdbc1fd2df75ee210cdc24a379786ac9bf02642a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
|
| @@ -34,8 +34,7 @@ class V8TestInterfaceConstructor2 {
|
| }
|
| CORE_EXPORT static TestInterfaceConstructor2* 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<TestInterfaceConstructor2>());
|
| }
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
|
|