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