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