Index: third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h |
index 6c7eec01afed729e27c58381d0f1366b5cd03323..8313454b71d4d1c8f2d46e1ec21f7cec4988fb96 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h |
@@ -29,8 +29,7 @@ class V8ArrayBuffer { |
CORE_EXPORT static TestArrayBuffer* toImpl(v8::Local<v8::Object> object); |
CORE_EXPORT static TestArrayBuffer* 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<TestArrayBuffer>()); |
} |
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) { |