Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h |
index 1b072efa7899fe4cbfd780ed8f6297cb696f3613..06bcfe4b7162a9c00c46c38f4131a1e3fe1f4a29 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h |
@@ -31,9 +31,9 @@ public: |
} |
CORE_EXPORT static TestNode* 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<TestNode>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestNode>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |