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