| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| index 4b2563038296e2d25782b70def52b757902036dc..eb16d93b34431f5f53eea04e9d3e9f55bf733720 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| @@ -41,8 +41,7 @@ class V8TestInterfaceNamedConstructor2 {
|
| }
|
| CORE_EXPORT static TestInterfaceNamedConstructor2* 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<TestInterfaceNamedConstructor2>());
|
| }
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
|
|