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..c0ff74cc1545aae62dc548d279b82faa7964a772 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* getHeapObjectHeader(ScriptWrappable* scriptWrappable) |
{ |
- visitor->traceWrappers(scriptWrappable->toImpl<TestArrayBufferView>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestArrayBufferView>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |