| 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 3fa46d7fb1564cd46d2963bf9a5298f87177f4db..86d882d74e034308f2b84bf65bf336f98126d62d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| @@ -24,9 +24,9 @@ public:
|
| 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;
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| + static HeapObjectHeader* getHeader(ScriptWrappable* scriptWrappable)
|
| {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestArrayBufferView>());
|
| + return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestArrayBufferView>());
|
| }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
|
|