Index: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h |
index fcdc9b8eb9ecfe8a09956c0a3a6dbf07c259c15b..987a2906ad2abe9831a81a9237ee09fe6f926542 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h |
@@ -26,9 +26,9 @@ public: |
CORE_EXPORT static TestDataView* toImpl(v8::Local<v8::Object> object); |
CORE_EXPORT static TestDataView* 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<TestDataView>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestDataView>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |