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