| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index 092936f7aea2361ba6f9dca78b81ca0099f51b22..fac29790c81bb24728531071689aac1c90d32e19 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -37,8 +37,7 @@ class V8TestInterface5 {
|
| }
|
| MODULES_EXPORT static TestInterface5Implementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| MODULES_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<TestInterface5Implementation>());
|
| }
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
|
|