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