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