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